Class: Fisk::Instructions::Operand

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

Instance Attribute Summary collapse

Instance Attribute Details

#inputObject

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



23
24
25
# File 'lib/fisk/instructions.rb', line 23

def input
  @input
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



23
24
25
# File 'lib/fisk/instructions.rb', line 23

def output
  @output
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



23
24
25
# File 'lib/fisk/instructions.rb', line 23

def type
  @type
end