Class: RedboothRuby::Conversation
- Includes:
- Operations::Create, Operations::Delete, Operations::Index, Operations::Show, Operations::Update
- Defined in:
- lib/redbooth-ruby/conversation.rb
Instance Attribute Summary collapse
-
#comments_count ⇒ Object
Returns the value of attribute comments_count.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#is_private ⇒ Object
Returns the value of attribute is_private.
-
#last_activity_id ⇒ Object
Returns the value of attribute last_activity_id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#project_id ⇒ Object
Returns the value of attribute project_id.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Attributes inherited from Base
Method Summary
Methods included from Operations::Delete
Methods included from Operations::Show
Methods included from Operations::Update
Methods included from Operations::Create
Methods included from Operations::Index
Methods inherited from Base
#errors, #initialize, #parse_timestamps, #set_attributes, #valid?
Methods included from Operations::Base
Constructor Details
This class inherits a constructor from RedboothRuby::Base
Instance Attribute Details
#comments_count ⇒ Object
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_at ⇒ Object
Returns the value of attribute created_at.
9 10 11 |
# File 'lib/redbooth-ruby/conversation.rb', line 9 def created_at @created_at end |
#id ⇒ Object
Returns the value of attribute id.
9 10 11 |
# File 'lib/redbooth-ruby/conversation.rb', line 9 def id @id end |
#is_private ⇒ Object
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_id ⇒ Object
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 |
#name ⇒ Object
Returns the value of attribute name.
9 10 11 |
# File 'lib/redbooth-ruby/conversation.rb', line 9 def name @name end |
#project_id ⇒ Object
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_at ⇒ Object
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_id ⇒ Object
Returns the value of attribute user_id.
9 10 11 |
# File 'lib/redbooth-ruby/conversation.rb', line 9 def user_id @user_id end |