Class: ProsperWorks::CustomerSource
- Extended by:
- ApiOperations::List
- Defined in:
- lib/prosperworks/customer_source.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Attributes inherited from Base
Class Method Summary collapse
Methods included from ApiOperations::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
Constructor Details
This class inherits a constructor from ProsperWorks::Base
Instance Attribute Details
#name ⇒ Object
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_name ⇒ Object
7 8 9 |
# File 'lib/prosperworks/customer_source.rb', line 7 def self.api_name "customer_sources" end |