Module: Igniter::LedgerClient::Results::HashAccess
- Included in:
- CausationChainResult, ChangeEventResult, FactRefResult, LineageResult, QueryResult, ReadResult, ReceiptResult, ReplayResult, ResolveResult
- Defined in:
- lib/igniter/ledger_client/results.rb
Instance Method Summary collapse
Instance Method Details
#[](key) ⇒ Object
7 8 9 |
# File 'lib/igniter/ledger_client/results.rb', line 7 def [](key) to_h[key.to_sym] end |