Class: Fisk::Instructions::Operand
- Inherits:
-
Struct
- Object
- Struct
- Fisk::Instructions::Operand
- Defined in:
- lib/fisk/instructions.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
23 24 25 |
# File 'lib/fisk/instructions.rb', line 23 def input @input end |
#output ⇒ Object
Returns the value of attribute output
23 24 25 |
# File 'lib/fisk/instructions.rb', line 23 def output @output end |
#type ⇒ Object
Returns the value of attribute type
23 24 25 |
# File 'lib/fisk/instructions.rb', line 23 def type @type end |