Class: ProsperWorks::CustomerSource

Inherits:
Base
  • Object
show all
Extended by:
ApiOperations::List
Defined in:
lib/prosperworks/customer_source.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#date_created, #id

Class Method Summary collapse

Methods included from ApiOperations::List

list

Methods included from ApiOperations::Connect

#get_uri, #handle_multiple_response, #handle_response, #send_request

Methods inherited from Base

client, #initialize, #set_attributes

Methods included from SerializeEntity

#to_json

Constructor Details

This class inherits a constructor from ProsperWorks::Base

Instance Attribute Details

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/prosperworks/customer_source.rb', line 5

def name
  @name
end

Class Method Details

.api_nameObject



7
8
9
# File 'lib/prosperworks/customer_source.rb', line 7

def self.api_name
  "customer_sources"
end