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