Method: Bitodeme::Resource::TransactionLog.all
- Defined in:
- lib/bitodeme/resources/transaction_log.rb
.all(options = {}) ⇒ Object
List all transaction logs
Arguments:
options: (Hash)
56 57 58 |
# File 'lib/bitodeme/resources/transaction_log.rb', line 56 def all( = {}) _all('transaction_logs', ) end |