Class: ProsperWorks::Project
- Inherits:
-
BaseEntity
- Object
- Base
- BaseEntity
- ProsperWorks::Project
- Defined in:
- lib/prosperworks/project.rb
Instance Attribute Summary collapse
-
#related_resource ⇒ Object
Returns the value of attribute related_resource.
-
#status ⇒ Object
Returns the value of attribute status.
Attributes inherited from BaseEntity
#assignee_id, #custom_fields, #date_modified, #details, #name, #tags
Attributes inherited from Base
Class Method Summary collapse
Methods included from ApiOperations::Create
Methods included from ApiOperations::Connect
#get_uri, #handle_multiple_response, #handle_response, #send_request
Methods included from ApiOperations::Delete
#delete, #handle_delete_response
Methods included from ApiOperations::Find
Methods included from ApiOperations::Update
Methods included from ApiOperations::Search
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
#related_resource ⇒ Object
Returns the value of attribute related_resource.
4 5 6 |
# File 'lib/prosperworks/project.rb', line 4 def end |
#status ⇒ Object
Returns the value of attribute status.
4 5 6 |
# File 'lib/prosperworks/project.rb', line 4 def status @status end |
Class Method Details
.api_name ⇒ Object
7 8 9 |
# File 'lib/prosperworks/project.rb', line 7 def self.api_name "projects" end |