Class: RpcQueryResponse
- Inherits:
-
Object
- Object
- RpcQueryResponse
- Defined in:
- lib/calimero/types/rpc.rb
Instance Attribute Summary collapse
-
#output ⇒ Object
Returns the value of attribute output.
Instance Method Summary collapse
-
#initialize(output: nil) ⇒ RpcQueryResponse
constructor
A new instance of RpcQueryResponse.
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
#output ⇒ Object
Returns the value of attribute output.
97 98 99 |
# File 'lib/calimero/types/rpc.rb', line 97 def output @output end |