Module: Paybase::Client::Accounts
- Included in:
- Paybase::Client
- Defined in:
- lib/paybase/client/accounts.rb
Instance Method Summary collapse
Instance Method Details
#account(id) ⇒ Object
9 10 11 |
# File 'lib/paybase/client/accounts.rb', line 9 def account(id) get("/account/#{id}") end |
#create_account(options) ⇒ Object
5 6 7 |
# File 'lib/paybase/client/accounts.rb', line 5 def create_account() post("/accounts", ) end |