Class: RedboothRuby::Task

Inherits:
Base
  • Object
show all
Includes:
Operations::Create, Operations::Delete, Operations::Index, Operations::Meta, Operations::Show, Operations::Update
Defined in:
lib/redbooth-ruby/task.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#created_time, #session

Method Summary

Methods included from Operations::Meta

#metadata, #metadata=, #metadata_merge

Methods included from Operations::Delete

included

Methods included from Operations::Show

included

Methods included from Operations::Update

included

Methods included from Operations::Create

included

Methods included from Operations::Index

included

Methods inherited from Base

#errors, #initialize, #parse_timestamps, #set_attributes, #valid?

Methods included from Operations::Base

included

Constructor Details

This class inherits a constructor from RedboothRuby::Base

Instance Attribute Details

#assigned_idObject

Returns the value of attribute assigned_id.



10
11
12
# File 'lib/redbooth-ruby/task.rb', line 10

def assigned_id
  @assigned_id
end

#comments_countObject

Returns the value of attribute comments_count.



10
11
12
# File 'lib/redbooth-ruby/task.rb', line 10

def comments_count
  @comments_count
end

#created_atObject

Returns the value of attribute created_at.



10
11
12
# File 'lib/redbooth-ruby/task.rb', line 10

def created_at
  @created_at
end

#deletedObject

Returns the value of attribute deleted.



10
11
12
# File 'lib/redbooth-ruby/task.rb', line 10

def deleted
  @deleted
end

#descriptionObject

Returns the value of attribute description.



10
11
12
# File 'lib/redbooth-ruby/task.rb', line 10

def description
  @description
end

#description_htmlObject

Returns the value of attribute description_html.



10
11
12
# File 'lib/redbooth-ruby/task.rb', line 10

def description_html
  @description_html
end

#description_updated_by_user_idObject

Returns the value of attribute description_updated_by_user_id.



10
11
12
# File 'lib/redbooth-ruby/task.rb', line 10

def description_updated_by_user_id
  @description_updated_by_user_id
end

#due_onObject

Returns the value of attribute due_on.



10
11
12
# File 'lib/redbooth-ruby/task.rb', line 10

def due_on
  @due_on
end

#idObject

Returns the value of attribute id.



10
11
12
# File 'lib/redbooth-ruby/task.rb', line 10

def id
  @id
end

#is_privateObject

Returns the value of attribute is_private.



10
11
12
# File 'lib/redbooth-ruby/task.rb', line 10

def is_private
  @is_private
end

#last_activity_idObject

Returns the value of attribute last_activity_id.



10
11
12
# File 'lib/redbooth-ruby/task.rb', line 10

def last_activity_id
  @last_activity_id
end

#nameObject

Returns the value of attribute name.



10
11
12
# File 'lib/redbooth-ruby/task.rb', line 10

def name
  @name
end

#positionObject

Returns the value of attribute position.



10
11
12
# File 'lib/redbooth-ruby/task.rb', line 10

def position
  @position
end

#project_idObject

Returns the value of attribute project_id.



10
11
12
# File 'lib/redbooth-ruby/task.rb', line 10

def project_id
  @project_id
end

#record_conversion_idObject

Returns the value of attribute record_conversion_id.



10
11
12
# File 'lib/redbooth-ruby/task.rb', line 10

def record_conversion_id
  @record_conversion_id
end

#record_conversion_typeObject

Returns the value of attribute record_conversion_type.



10
11
12
# File 'lib/redbooth-ruby/task.rb', line 10

def record_conversion_type
  @record_conversion_type
end

#resolved_subtasks_countObject

Returns the value of attribute resolved_subtasks_count.



10
11
12
# File 'lib/redbooth-ruby/task.rb', line 10

def resolved_subtasks_count
  @resolved_subtasks_count
end

#statusObject

Returns the value of attribute status.



10
11
12
# File 'lib/redbooth-ruby/task.rb', line 10

def status
  @status
end

#subtasks_countObject

Returns the value of attribute subtasks_count.



10
11
12
# File 'lib/redbooth-ruby/task.rb', line 10

def subtasks_count
  @subtasks_count
end

#task_list_idObject

Returns the value of attribute task_list_id.



10
11
12
# File 'lib/redbooth-ruby/task.rb', line 10

def task_list_id
  @task_list_id
end

#updated_atObject

Returns the value of attribute updated_at.



10
11
12
# File 'lib/redbooth-ruby/task.rb', line 10

def updated_at
  @updated_at
end

#updated_by_idObject

Returns the value of attribute updated_by_id.



10
11
12
# File 'lib/redbooth-ruby/task.rb', line 10

def updated_by_id
  @updated_by_id
end

#urgentObject

Returns the value of attribute urgent.



10
11
12
# File 'lib/redbooth-ruby/task.rb', line 10

def urgent
  @urgent
end

#user_idObject

Returns the value of attribute user_id.



10
11
12
# File 'lib/redbooth-ruby/task.rb', line 10

def user_id
  @user_id
end

#watcher_idsObject

Returns the value of attribute watcher_ids.



10
11
12
# File 'lib/redbooth-ruby/task.rb', line 10

def watcher_ids
  @watcher_ids
end