Class: ProsperWorks::BaseEntity
- Extended by:
- ApiOperations::Create, ApiOperations::Delete, ApiOperations::Find, ApiOperations::Update
- Defined in:
- lib/prosperworks/base_entity.rb
Instance Attribute Summary collapse
-
#assignee_id ⇒ Object
used for the 6 main entity types.
-
#custom_fields ⇒ Object
used for the 6 main entity types.
-
#date_modified ⇒ Object
used for the 6 main entity types.
-
#details ⇒ Object
used for the 6 main entity types.
-
#name ⇒ Object
used for the 6 main entity types.
-
#tags ⇒ Object
used for the 6 main entity types.
Attributes inherited from Base
Method Summary
Methods included from ApiOperations::Create
Methods included from ApiOperations::Connect
#get_uri, #handle_response, #send_request
Methods included from ApiOperations::Delete
delete, handle_delete_response
Methods included from ApiOperations::Find
Methods included from ApiOperations::Update
Methods inherited from Base
client, #initialize, #set_attributes
Methods included from JSONable
Constructor Details
This class inherits a constructor from ProsperWorks::Base
Instance Attribute Details
#assignee_id ⇒ Object
used for the 6 main entity types
6 7 8 |
# File 'lib/prosperworks/base_entity.rb', line 6 def assignee_id @assignee_id end |
#custom_fields ⇒ Object
used for the 6 main entity types
6 7 8 |
# File 'lib/prosperworks/base_entity.rb', line 6 def custom_fields @custom_fields end |
#date_modified ⇒ Object
used for the 6 main entity types
6 7 8 |
# File 'lib/prosperworks/base_entity.rb', line 6 def date_modified @date_modified end |
#details ⇒ Object
used for the 6 main entity types
6 7 8 |
# File 'lib/prosperworks/base_entity.rb', line 6 def details @details end |
#name ⇒ Object
used for the 6 main entity types
6 7 8 |
# File 'lib/prosperworks/base_entity.rb', line 6 def name @name end |
#tags ⇒ Object
used for the 6 main entity types
6 7 8 |
# File 'lib/prosperworks/base_entity.rb', line 6 def end |