Module: TropoRest::Client::Exchange
- Included in:
- TropoRest::Client
- Defined in:
- lib/tropo_rest/client/exchange.rb
Constant Summary collapse
Instance Method Summary collapse
-
#exchanges ⇒ Array
Returns the exchanges available for the authenticated user.
Instance Method Details
#exchanges ⇒ Array
Returns the exchanges available for the authenticated user
12 13 14 |
# File 'lib/tropo_rest/client/exchange.rb', line 12 def exchanges get(PLURAL_PATH, RESOURCE) end |