Class: Wx::LinuxDistributionInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/wx/doc/gen/platform_info.rb

Overview

Note:

This class is untracked and should not be derived from nor instances extended!

A structure containing information about a Linux distribution as returned by the lsb_release utility.

See get_linux_distribution_info or PlatformInfo#get_linux_distribution_info for more info.

Instance Method Summary collapse

Instance Method Details

#==(ldi) ⇒ Boolean

Parameters:

Returns:

  • (Boolean)


609
# File 'lib/wx/doc/gen/platform_info.rb', line 609

def ==(ldi) end

#code_nameString

The code name of the distribution; e.g. “jaunty”.

Returns:

  • (String)


587
# File 'lib/wx/doc/gen/platform_info.rb', line 587

def code_name; end

#code_name=(val) ⇒ void

This method returns an undefined value.

The code name of the distribution; e.g. “jaunty”.

Parameters:

  • val (String)


593
# File 'lib/wx/doc/gen/platform_info.rb', line 593

def code_name=(val); end

#descriptionString

The description of the distribution; e.g. “Ubuntu 9.04”.

Returns:

  • (String)


599
# File 'lib/wx/doc/gen/platform_info.rb', line 599

def description; end

#description=(val) ⇒ void

This method returns an undefined value.

The description of the distribution; e.g. “Ubuntu 9.04”.

Parameters:

  • val (String)


605
# File 'lib/wx/doc/gen/platform_info.rb', line 605

def description=(val); end

#idString

The id of the distribution; e.g. “Ubuntu”.

Returns:

  • (String)


563
# File 'lib/wx/doc/gen/platform_info.rb', line 563

def id; end

#id=(val) ⇒ void

This method returns an undefined value.

The id of the distribution; e.g. “Ubuntu”.

Parameters:

  • val (String)


569
# File 'lib/wx/doc/gen/platform_info.rb', line 569

def id=(val); end

#releaseString

The version of the distribution; e.g. “9.04”.

Returns:

  • (String)


575
# File 'lib/wx/doc/gen/platform_info.rb', line 575

def release; end

#release=(val) ⇒ void

This method returns an undefined value.

The version of the distribution; e.g. “9.04”.

Parameters:

  • val (String)


581
# File 'lib/wx/doc/gen/platform_info.rb', line 581

def release=(val); end