Class: ProsperWorks::Project

Inherits:
BaseEntity show all
Defined in:
lib/prosperworks/project.rb

Instance Attribute Summary collapse

Attributes inherited from BaseEntity

#assignee_id, #custom_fields, #date_modified, #details, #name, #tags

Attributes inherited from Base

#date_created, #id

Class Method Summary collapse

Methods included from ApiOperations::Create

#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

#find

Methods included from ApiOperations::Update

#update

Methods included from ApiOperations::Search

#search

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

Returns the value of attribute related_resource.



4
5
6
# File 'lib/prosperworks/project.rb', line 4

def related_resource
  @related_resource
end

#statusObject

Returns the value of attribute status.



4
5
6
# File 'lib/prosperworks/project.rb', line 4

def status
  @status
end

Class Method Details

.api_nameObject



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

def self.api_name
  "projects"
end