Class: Fisk::Instructions::Form
- Inherits:
-
Struct
- Object
- Struct
- Fisk::Instructions::Form
- Defined in:
- lib/fisk/instructions.rb
Instance Attribute Summary collapse
-
#encodings ⇒ Object
Returns the value of attribute encodings.
-
#operands ⇒ Object
Returns the value of attribute operands.
Instance Attribute Details
#encodings ⇒ Object
Returns the value of attribute encodings
24 25 26 |
# File 'lib/fisk/instructions.rb', line 24 def encodings @encodings end |
#operands ⇒ Object
Returns the value of attribute operands
24 25 26 |
# File 'lib/fisk/instructions.rb', line 24 def operands @operands end |