Module: HelloBlock::Transactions::Batch

Extended by:
Batch
Included in:
Batch
Defined in:
lib/helloblock/transactions.rb

Instance Method Summary collapse

Instance Method Details

#get(queries = {}) ⇒ Object



19
20
21
22
# File 'lib/helloblock/transactions.rb', line 19

def get(queries = {})
  res = HelloBlock::Request.get("#{RESOURCE}", query: queries)
  res["transactions"]
end