Class: Fisk::Machine::Operand
- Inherits:
-
Struct
- Object
- Struct
- Fisk::Machine::Operand
- Defined in:
- lib/fisk/machine.rb
Instance Attribute Summary collapse
-
#input ⇒ Object
Returns the value of attribute input.
-
#output ⇒ Object
Returns the value of attribute output.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#input ⇒ Object
Returns the value of attribute input
5 6 7 |
# File 'lib/fisk/machine.rb', line 5 def input @input end |
#output ⇒ Object
Returns the value of attribute output
5 6 7 |
# File 'lib/fisk/machine.rb', line 5 def output @output end |
#type ⇒ Object
Returns the value of attribute type
5 6 7 |
# File 'lib/fisk/machine.rb', line 5 def type @type end |