Class: Maestro::OperatingSystem::Base
- Inherits:
-
Object
- Object
- Maestro::OperatingSystem::Base
- Defined in:
- lib/maestro/operating_system.rb
Overview
An operating system
Instance Attribute Summary collapse
-
#chef_install_script ⇒ Object
readonly
Returns the value of attribute chef_install_script.
-
#etc_issue_string ⇒ Object
readonly
Returns the value of attribute etc_issue_string.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(etc_issue_string) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(etc_issue_string) ⇒ Base
Returns a new instance of Base.
45 46 47 |
# File 'lib/maestro/operating_system.rb', line 45 def initialize(etc_issue_string) @etc_issue_string = etc_issue_string end |
Instance Attribute Details
#chef_install_script ⇒ Object (readonly)
Returns the value of attribute chef_install_script.
43 44 45 |
# File 'lib/maestro/operating_system.rb', line 43 def chef_install_script @chef_install_script end |
#etc_issue_string ⇒ Object (readonly)
Returns the value of attribute etc_issue_string.
43 44 45 |
# File 'lib/maestro/operating_system.rb', line 43 def etc_issue_string @etc_issue_string end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
43 44 45 |
# File 'lib/maestro/operating_system.rb', line 43 def name @name end |
#version ⇒ Object (readonly)
Returns the value of attribute version.
43 44 45 |
# File 'lib/maestro/operating_system.rb', line 43 def version @version end |