Class: Fisk::Machine::Form
- Inherits:
-
Object
- Object
- Fisk::Machine::Form
- Defined in:
- lib/fisk/machine.rb
Instance Attribute Summary collapse
-
#encodings ⇒ Object
readonly
Returns the value of attribute encodings.
-
#operands ⇒ Object
readonly
Returns the value of attribute operands.
Instance Method Summary collapse
-
#initialize(operands, encodings) ⇒ Form
constructor
A new instance of Form.
Constructor Details
#initialize(operands, encodings) ⇒ Form
Returns a new instance of Form.
18 19 20 21 |
# File 'lib/fisk/machine.rb', line 18 def initialize operands, encodings @operands = operands @encodings = encodings end |
Instance Attribute Details
#encodings ⇒ Object (readonly)
Returns the value of attribute encodings.
16 17 18 |
# File 'lib/fisk/machine.rb', line 16 def encodings @encodings end |
#operands ⇒ Object (readonly)
Returns the value of attribute operands.
16 17 18 |
# File 'lib/fisk/machine.rb', line 16 def operands @operands end |