Module: TropoRest::Client::Exchange

Included in:
TropoRest::Client
Defined in:
lib/tropo_rest/client/exchange.rb

Constant Summary collapse

PLURAL_PATH =
"exchanges".freeze
RESOURCE =
TropoRest::Resource::Exchange

Instance Method Summary collapse

Instance Method Details

#exchangesArray

Returns the exchanges available for the authenticated user

Returns:

  • (Array)

    The exchanges.

See Also:



12
13
14
# File 'lib/tropo_rest/client/exchange.rb', line 12

def exchanges
  get(PLURAL_PATH, RESOURCE)
end