Class: RedboothRuby::Comment

Inherits:
Base
  • Object
show all
Includes:
Operations::Create, Operations::Delete, Operations::Index, Operations::Show, Operations::Update
Defined in:
lib/redbooth-ruby/comment.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

#assigned_idObject

Returns the value of attribute assigned_id.



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

def assigned_id
  @assigned_id
end

#bodyObject

Returns the value of attribute body.



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

def body
  @body
end

#body_htmlObject

Returns the value of attribute body_html.



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

def body_html
  @body_html
end

#created_atObject

Returns the value of attribute created_at.



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

def created_at
  @created_at
end

#due_onObject

Returns the value of attribute due_on.



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

def due_on
  @due_on
end

#email_idObject

Returns the value of attribute email_id.



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

def email_id
  @email_id
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#is_privateObject

Returns the value of attribute is_private.



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

def is_private
  @is_private
end

#minutesObject

Returns the value of attribute minutes.



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

def minutes
  @minutes
end

#previous_assigned_idObject

Returns the value of attribute previous_assigned_id.



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

def previous_assigned_id
  @previous_assigned_id
end

#previous_due_onObject

Returns the value of attribute previous_due_on.



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

def previous_due_on
  @previous_due_on
end

#previous_is_privateObject

Returns the value of attribute previous_is_private.



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

def previous_is_private
  @previous_is_private
end

#previous_statusObject

Returns the value of attribute previous_status.



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

def previous_status
  @previous_status
end

#previous_urgentObject

Returns the value of attribute previous_urgent.



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

def previous_urgent
  @previous_urgent
end

#project_idObject

Returns the value of attribute project_id.



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

def project_id
  @project_id
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

#target_idObject

Returns the value of attribute target_id.



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

def target_id
  @target_id
end

#target_typeObject

Returns the value of attribute target_type.



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

def target_type
  @target_type
end

#time_tracking_onObject

Returns the value of attribute time_tracking_on.



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

def time_tracking_on
  @time_tracking_on
end

#updated_atObject

Returns the value of attribute updated_at.



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

def updated_at
  @updated_at
end

#upload_idsObject

Returns the value of attribute upload_ids.



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

def upload_ids
  @upload_ids
end

#urgentObject

Returns the value of attribute urgent.



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

def urgent
  @urgent
end

#user_idObject

Returns the value of attribute user_id.



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

def user_id
  @user_id
end