Class: RedboothRuby::TaskList

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

Instance Attribute Summary collapse

Attributes inherited from Base

#created_time, #session

Method Summary

Methods included from Operations::Meta

#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

#archivedObject

Returns the value of attribute archived.



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

def archived
  @archived
end

#archived_tasks_countObject

Returns the value of attribute archived_tasks_count.



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

def archived_tasks_count
  @archived_tasks_count
end

#completedObject

Returns the value of attribute completed.



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

def completed
  @completed
end

#created_atObject

Returns the value of attribute created_at.



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

def created_at
  @created_at
end

#deletedObject

Returns the value of attribute deleted.



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

def deleted
  @deleted
end

#finish_onObject

Returns the value of attribute finish_on.



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

def finish_on
  @finish_on
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#last_comment_idObject

Returns the value of attribute last_comment_id.



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

def last_comment_id
  @last_comment_id
end

#metadataObject

Returns the value of attribute metadata.



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

def 
  
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#positionObject

Returns the value of attribute position.



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

def position
  @position
end

#project_idObject

Returns the value of attribute project_id.



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

def project_id
  @project_id
end

#start_onObject

Returns the value of attribute start_on.



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

def start_on
  @start_on
end

#tasks_countObject

Returns the value of attribute tasks_count.



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

def tasks_count
  @tasks_count
end

#updated_atObject

Returns the value of attribute updated_at.



10
11
12
# File 'lib/redbooth-ruby/task_list.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_list.rb', line 10

def updated_by_id
  @updated_by_id
end

#user_idObject

Returns the value of attribute user_id.



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

def user_id
  @user_id
end