Module: ProsperWorks::ApiOperations::List

Includes:
Connect
Included in:
CustomerSource, Pipeline, PipelineStage, Webhook
Defined in:
lib/prosperworks/api_operations/list.rb

Instance Method Summary collapse

Methods included from Connect

#get_uri, #handle_multiple_response, #handle_response, #send_request

Instance Method Details

#listObject



9
10
11
12
13
14
# File 'lib/prosperworks/api_operations/list.rb', line 9

def list
  uri = get_uri(api_name)

  response = send_request("get", uri)
  handle_multiple_response(response)
end