Class: Fisk::Machine::Operand

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

Instance Attribute Summary collapse

Instance Attribute Details

#inputObject

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



5
6
7
# File 'lib/fisk/machine.rb', line 5

def input
  @input
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



5
6
7
# File 'lib/fisk/machine.rb', line 5

def output
  @output
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



5
6
7
# File 'lib/fisk/machine.rb', line 5

def type
  @type
end