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
617 |
# File 'lib/wx/doc/gen/platform_info.rb', line 617 def ==(ldi) end |
#code_name ⇒ String
The code name of the distribution; e.g. “jaunty”.
595 |
# File 'lib/wx/doc/gen/platform_info.rb', line 595 def code_name; end |
#code_name=(val) ⇒ void
This method returns an undefined value.
The code name of the distribution; e.g. “jaunty”.
601 |
# File 'lib/wx/doc/gen/platform_info.rb', line 601 def code_name=(val); end |
#description ⇒ String
The description of the distribution; e.g. “Ubuntu 9.04”.
607 |
# File 'lib/wx/doc/gen/platform_info.rb', line 607 def description; end |
#description=(val) ⇒ void
This method returns an undefined value.
The description of the distribution; e.g. “Ubuntu 9.04”.
613 |
# File 'lib/wx/doc/gen/platform_info.rb', line 613 def description=(val); end |
#id ⇒ String
The id of the distribution; e.g. “Ubuntu”.
571 |
# File 'lib/wx/doc/gen/platform_info.rb', line 571 def id; end |
#id=(val) ⇒ void
This method returns an undefined value.
The id of the distribution; e.g. “Ubuntu”.
577 |
# File 'lib/wx/doc/gen/platform_info.rb', line 577 def id=(val); end |
#release ⇒ String
The version of the distribution; e.g. “9.04”.
583 |
# File 'lib/wx/doc/gen/platform_info.rb', line 583 def release; end |
#release=(val) ⇒ void
This method returns an undefined value.
The version of the distribution; e.g. “9.04”.
589 |
# File 'lib/wx/doc/gen/platform_info.rb', line 589 def release=(val); end |