Class: RedboothRuby::Subtask

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

Instance Attribute Summary collapse

Attributes inherited from Base

#created_time, #session

Method Summary

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

#created_atObject

Returns the value of attribute created_at.



9
10
11
# File 'lib/redbooth-ruby/subtask.rb', line 9

def created_at
  @created_at
end

#idObject

Returns the value of attribute id.



9
10
11
# File 'lib/redbooth-ruby/subtask.rb', line 9

def id
  @id
end

#nameObject

Returns the value of attribute name.



9
10
11
# File 'lib/redbooth-ruby/subtask.rb', line 9

def name
  @name
end

#positionObject

Returns the value of attribute position.



9
10
11
# File 'lib/redbooth-ruby/subtask.rb', line 9

def position
  @position
end

#resolvedObject

Returns the value of attribute resolved.



9
10
11
# File 'lib/redbooth-ruby/subtask.rb', line 9

def resolved
  @resolved
end

#row_orderObject

Returns the value of attribute row_order.



9
10
11
# File 'lib/redbooth-ruby/subtask.rb', line 9

def row_order
  @row_order
end

#task_idObject

Returns the value of attribute task_id.



9
10
11
# File 'lib/redbooth-ruby/subtask.rb', line 9

def task_id
  @task_id
end

#updated_atObject

Returns the value of attribute updated_at.



9
10
11
# File 'lib/redbooth-ruby/subtask.rb', line 9

def updated_at
  @updated_at
end