Class: Bunq::MonetaryAccounts
- Inherits:
-
Object
- Object
- Bunq::MonetaryAccounts
- Defined in:
- lib/bunq/monetary_accounts.rb
Overview
Instance Method Summary collapse
- #index(count: 200, older_id: nil, newer_id: nil) ⇒ Object
-
#initialize(parent_resource) ⇒ MonetaryAccounts
constructor
A new instance of MonetaryAccounts.
Constructor Details
#initialize(parent_resource) ⇒ MonetaryAccounts
Returns a new instance of MonetaryAccounts.
7 8 9 |
# File 'lib/bunq/monetary_accounts.rb', line 7 def initialize(parent_resource) @resource = parent_resource.append('/monetary-account') end |