Class: NRB::BreweryControlSystem::API::Device

Inherits:
Struct
  • Object
show all
Defined in:
lib/brewery_control_system/api/device.rb

Instance Attribute Summary collapse

Instance Attribute Details

#buildObject

Returns the value of attribute build

Returns:

  • (Object)

    the current value of build



2
3
4
# File 'lib/brewery_control_system/api/device.rb', line 2

def build
  @build
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



2
3
4
# File 'lib/brewery_control_system/api/device.rb', line 2

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



2
3
4
# File 'lib/brewery_control_system/api/device.rb', line 2

def type
  @type
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



2
3
4
# File 'lib/brewery_control_system/api/device.rb', line 2

def version
  @version
end