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

Returns:

  • (Object)

    the current value of alias



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

def alias
  @alias
end

#attributeObject

Returns the value of attribute attribute

Returns:

  • (Object)

    the current value of attribute



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

def attribute
  @attribute
end

#carrierObject

Returns the value of attribute carrier

Returns:

  • (Object)

    the current value of carrier



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

def carrier
  @carrier
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end