Module: Igniter::LedgerClient::Results::HashAccess

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