Class: ConfCtl::Machine::CarriedMachine
- Inherits:
-
Struct
- Object
- Struct
- ConfCtl::Machine::CarriedMachine
- Defined in:
- lib/confctl/machine.rb
Instance Attribute Summary collapse
-
#alias ⇒ Object
Returns the value of attribute alias.
-
#attribute ⇒ Object
Returns the value of attribute attribute.
-
#carrier ⇒ Object
Returns the value of attribute carrier.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#alias ⇒ Object
Returns the value of attribute alias
3 4 5 |
# File 'lib/confctl/machine.rb', line 3 def alias @alias end |
#attribute ⇒ Object
Returns the value of attribute attribute
3 4 5 |
# File 'lib/confctl/machine.rb', line 3 def attribute @attribute end |
#carrier ⇒ Object
Returns the value of attribute carrier
3 4 5 |
# File 'lib/confctl/machine.rb', line 3 def carrier @carrier end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/confctl/machine.rb', line 3 def name @name end |