Module: RockRMS::Client::Gateway

Included in:
RockRMS::Client
Defined in:
lib/rock_rms/resources/gateway.rb

Instance Method Summary collapse

Instance Method Details

#list_gateways(options = {}) ⇒ Object



4
5
6
7
8
# File 'lib/rock_rms/resources/gateway.rb', line 4

def list_gateways(options = {})
  Response::Gateway.format(
    get('FinancialGateways', options)
  )
end