Class: Runar::SDK::ABIParam

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

Overview

A single ABI parameter.

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



38
39
40
# File 'lib/runar/sdk/types.rb', line 38

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



38
39
40
# File 'lib/runar/sdk/types.rb', line 38

def type
  @type
end