Class: Runar::SDK::ConstructorSlot

Inherits:
Struct
  • Object
show all
Defined in:
lib/runar/sdk/types.rb

Overview

Where a constructor placeholder resides in the compiled script.

Instance Attribute Summary collapse

Instance Attribute Details

#byte_offsetObject

Returns the value of attribute byte_offset

Returns:

  • (Object)

    the current value of byte_offset



62
63
64
# File 'lib/runar/sdk/types.rb', line 62

def byte_offset
  @byte_offset
end

#param_indexObject

Returns the value of attribute param_index

Returns:

  • (Object)

    the current value of param_index



62
63
64
# File 'lib/runar/sdk/types.rb', line 62

def param_index
  @param_index
end