Class: RpcQueryResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/calimero/types/rpc.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(output: nil) ⇒ RpcQueryResponse

Returns a new instance of RpcQueryResponse.



99
100
101
# File 'lib/calimero/types/rpc.rb', line 99

def initialize(output: nil)
  @output = output
end

Instance Attribute Details

#outputObject

Returns the value of attribute output.



97
98
99
# File 'lib/calimero/types/rpc.rb', line 97

def output
  @output
end