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
563 |
# File 'lib/wx/doc/gen/platform_info.rb', line 563 def ==(ldi) end |
#code_name ⇒ String
The code name of the distribution; e.g. “jaunty”.
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”.
547 |
# File 'lib/wx/doc/gen/platform_info.rb', line 547 def code_name=(val); end |
#description ⇒ String
The description of the distribution; e.g. “Ubuntu 9.04”.
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”.
559 |
# File 'lib/wx/doc/gen/platform_info.rb', line 559 def description=(val); end |
#id ⇒ String
The id of the distribution; e.g. “Ubuntu”.
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”.
523 |
# File 'lib/wx/doc/gen/platform_info.rb', line 523 def id=(val); end |
#release ⇒ String
The version of the distribution; e.g. “9.04”.
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”.
535 |
# File 'lib/wx/doc/gen/platform_info.rb', line 535 def release=(val); end |