Class: RedboothRuby::Conversation

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

#comments_countObject

Returns the value of attribute comments_count.



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

def comments_count
  @comments_count
end

#created_atObject

Returns the value of attribute created_at.



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

def created_at
  @created_at
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#is_privateObject

Returns the value of attribute is_private.



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

def is_private
  @is_private
end

#last_activity_idObject

Returns the value of attribute last_activity_id.



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

def last_activity_id
  @last_activity_id
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#project_idObject

Returns the value of attribute project_id.



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

def project_id
  @project_id
end

#updated_atObject

Returns the value of attribute updated_at.



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

def updated_at
  @updated_at
end

#user_idObject

Returns the value of attribute user_id.



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

def user_id
  @user_id
end