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)


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

def ==(ldi) end

#code_nameString

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

Returns:

  • (String)


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

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)


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

def code_name=(val); end

#descriptionString

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

Returns:

  • (String)


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

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)


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

def description=(val); end

#idString

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

Returns:

  • (String)


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

def id; end

#id=(val) ⇒ void

This method returns an undefined value.

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

Parameters:

  • val (String)


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

def id=(val); end

#releaseString

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

Returns:

  • (String)


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

def release; end

#release=(val) ⇒ void

This method returns an undefined value.

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

Parameters:

  • val (String)


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

def release=(val); end