Class: ConfCtl::Machine::CarriedMachine

Inherits:
Struct
  • Object
show all
Defined in:
lib/confctl/machine.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aliasObject

Returns the value of attribute alias



3
4
5
# File 'lib/confctl/machine.rb', line 3

def alias
  @alias
end

#attributeObject

Returns the value of attribute attribute



3
4
5
# File 'lib/confctl/machine.rb', line 3

def attribute
  @attribute
end

#carrierObject

Returns the value of attribute carrier



3
4
5
# File 'lib/confctl/machine.rb', line 3

def carrier
  @carrier
end

#nameObject

Returns the value of attribute name



3
4
5
# File 'lib/confctl/machine.rb', line 3

def name
  @name
end