Class: Creem::Resources::Transactions

Inherits:
Base
  • Object
show all
Defined in:
lib/creem/resources/transactions.rb

Instance Attribute Summary

Attributes inherited from Base

#client

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Creem::Resources::Base

Instance Method Details

#list(page_number: 1, page_size: 10) ⇒ Object



8
9
10
# File 'lib/creem/resources/transactions.rb', line 8

def list(page_number: 1, page_size: 10)
  get("/transactions/search", page_number: page_number, page_size: page_size)
end