Class: Runar::SDK::ConstructorSlot
- Inherits:
-
Struct
- Object
- Struct
- Runar::SDK::ConstructorSlot
- Defined in:
- lib/runar/sdk/types.rb
Overview
Where a constructor placeholder resides in the compiled script.
Instance Attribute Summary collapse
-
#byte_offset ⇒ Object
Returns the value of attribute byte_offset.
-
#param_index ⇒ Object
Returns the value of attribute param_index.
Instance Attribute Details
#byte_offset ⇒ Object
Returns the value of attribute byte_offset
62 63 64 |
# File 'lib/runar/sdk/types.rb', line 62 def byte_offset @byte_offset end |
#param_index ⇒ Object
Returns the value of attribute param_index
62 63 64 |
# File 'lib/runar/sdk/types.rb', line 62 def param_index @param_index end |