Class: ProsperWorks::Task

Inherits:
BaseEntity show all
Defined in:
lib/prosperworks/task.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

#completed_dateObject

Returns the value of attribute completed_date.



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

def completed_date
  @completed_date
end

#due_dateObject

Returns the value of attribute due_date.



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

def due_date
  @due_date
end

#priorityObject

Returns the value of attribute priority.



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

def priority
  @priority
end

Returns the value of attribute related_resource.



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

def related_resource
  @related_resource
end

#reminder_dateObject

Returns the value of attribute reminder_date.



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

def reminder_date
  @reminder_date
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

Class Method Details

.api_nameObject



11
12
13
# File 'lib/prosperworks/task.rb', line 11

def self.api_name
  "tasks"
end