Class: Fisk::Machine::Form

Inherits:
Object
  • Object
show all
Defined in:
lib/fisk/machine.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#encodingsObject (readonly)

Returns the value of attribute encodings.



16
17
18
# File 'lib/fisk/machine.rb', line 16

def encodings
  @encodings
end

#operandsObject (readonly)

Returns the value of attribute operands.



16
17
18
# File 'lib/fisk/machine.rb', line 16

def operands
  @operands
end