Class: Runar::SDK::ABIParam
- Inherits:
-
Struct
- Object
- Struct
- Runar::SDK::ABIParam
- Defined in:
- lib/runar/sdk/types.rb
Overview
A single ABI parameter.
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
38 39 40 |
# File 'lib/runar/sdk/types.rb', line 38 def name @name end |
#type ⇒ Object
Returns the value of attribute type
38 39 40 |
# File 'lib/runar/sdk/types.rb', line 38 def type @type end |