Module: HelloBlock::Transaction::Batch

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

Instance Method Summary collapse

Instance Method Details

#get(queries = {}) ⇒ Object



24
25
26
27
# File 'lib/helloblock/transaction.rb', line 24

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