Class: NRB::BreweryControlSystem::Input
- Inherits:
-
Struct
- Object
- Struct
- NRB::BreweryControlSystem::Input
- Defined in:
- lib/brewery_control_system/input.rb,
lib/brewery_control_system/output.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
2 3 4 |
# File 'lib/brewery_control_system/input.rb', line 2 def id @id end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/brewery_control_system/input.rb', line 2 def name @name end |
#state ⇒ Object
Returns the value of attribute state
2 3 4 |
# File 'lib/brewery_control_system/input.rb', line 2 def state @state end |