Class: Bitodeme::Resource::Deposit
- Defined in:
- lib/bitodeme/resources/deposit.rb
Overview
Deposit resource
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Unique identifier.
Class Method Summary collapse
-
.all(options = {}) ⇒ Object
List all deposits.
Methods inherited from Base
Instance Attribute Details
#id ⇒ Object (readonly)
Unique identifier
8 9 10 |
# File 'lib/bitodeme/resources/deposit.rb', line 8 def id @id end |
Class Method Details
.all(options = {}) ⇒ Object
List all deposits
Arguments:
options: (Hash)
15 16 17 |
# File 'lib/bitodeme/resources/deposit.rb', line 15 def all( = {}) _all('deposits', ) end |