Module: KeyPayAPI::Client::Business
- Included in:
- KeyPayAPI::Client
- Defined in:
- lib/keypay_api/client/business.rb
Instance Method Summary collapse
-
#list_businesses ⇒ ResourceCollection, Resource
List businesses attached to current KeyPay account.
Instance Method Details
#list_businesses ⇒ ResourceCollection, Resource
List businesses attached to current KeyPay account
7 8 9 |
# File 'lib/keypay_api/client/business.rb', line 7 def list_businesses get("/business") end |