Class: NRB::BreweryControlSystem::API::Device
- Inherits:
-
Struct
- Object
- Struct
- NRB::BreweryControlSystem::API::Device
- Defined in:
- lib/brewery_control_system/api/device.rb
Instance Attribute Summary collapse
-
#build ⇒ Object
Returns the value of attribute build.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#build ⇒ Object
Returns the value of attribute build
2 3 4 |
# File 'lib/brewery_control_system/api/device.rb', line 2 def build @build end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/brewery_control_system/api/device.rb', line 2 def name @name end |
#type ⇒ Object
Returns the value of attribute type
2 3 4 |
# File 'lib/brewery_control_system/api/device.rb', line 2 def type @type end |
#version ⇒ Object
Returns the value of attribute version
2 3 4 |
# File 'lib/brewery_control_system/api/device.rb', line 2 def version @version end |