Class: Wx::LinuxDistributionInfo
- Inherits:
-
Object
- Object
- Wx::LinuxDistributionInfo
- Defined in:
- lib/wx/doc/gen/platform_info.rb
Overview
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
- #==(ldi) ⇒ Boolean
-
#code_name ⇒ String
The code name of the distribution; e.g.
-
#code_name=(val) ⇒ void
The code name of the distribution; e.g.
-
#description ⇒ String
The description of the distribution; e.g.
-
#description=(val) ⇒ void
The description of the distribution; e.g.
-
#id ⇒ String
The id of the distribution; e.g.
-
#id=(val) ⇒ void
The id of the distribution; e.g.
-
#release ⇒ String
The version of the distribution; e.g.
-
#release=(val) ⇒ void
The version of the distribution; e.g.
Instance Method Details
#==(ldi) ⇒ Boolean
609 |
# File 'lib/wx/doc/gen/platform_info.rb', line 609 def ==(ldi) end |
#code_name ⇒ String
The code name of the distribution; e.g. “jaunty”.
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”.
593 |
# File 'lib/wx/doc/gen/platform_info.rb', line 593 def code_name=(val); end |
#description ⇒ String
The description of the distribution; e.g. “Ubuntu 9.04”.
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”.
605 |
# File 'lib/wx/doc/gen/platform_info.rb', line 605 def description=(val); end |
#id ⇒ String
The id of the distribution; e.g. “Ubuntu”.
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”.
569 |
# File 'lib/wx/doc/gen/platform_info.rb', line 569 def id=(val); end |
#release ⇒ String
The version of the distribution; e.g. “9.04”.
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”.
581 |
# File 'lib/wx/doc/gen/platform_info.rb', line 581 def release=(val); end |