Class: Facebooker::MessageThread
- Inherits:
-
Object
- Object
- Facebooker::MessageThread
- Includes:
- Model
- Defined in:
- lib/facebooker/models/message_thread.rb
Defined Under Namespace
Classes: Message
Instance Attribute Summary (collapse)
-
- (Object) message_count
Returns the value of attribute message_count.
-
- (Object) object_id
Returns the value of attribute object_id.
-
- (Object) parent_message_id
Returns the value of attribute parent_message_id.
-
- (Object) parent_thread_id
Returns the value of attribute parent_thread_id.
-
- (Object) recipients
Returns the value of attribute recipients.
-
- (Object) snippet
Returns the value of attribute snippet.
-
- (Object) snippet_author
Returns the value of attribute snippet_author.
-
- (Object) subject
Returns the value of attribute subject.
-
- (Object) unread
Returns the value of attribute unread.
-
- (Object) updated_time
Returns the value of attribute updated_time.
Method Summary
Methods included from Model
#anon=, included, #initialize, #populate, #populate_from_hash!, #populated?, #session
Instance Attribute Details
- (Object) message_count
Returns the value of attribute message_count
8 9 10 |
# File 'lib/facebooker/models/message_thread.rb', line 8 def @message_count end |
- (Object) object_id
Returns the value of attribute object_id
9 10 11 |
# File 'lib/facebooker/models/message_thread.rb', line 9 def object_id @object_id end |
- (Object) parent_message_id
Returns the value of attribute parent_message_id
8 9 10 |
# File 'lib/facebooker/models/message_thread.rb', line 8 def @parent_message_id end |
- (Object) parent_thread_id
Returns the value of attribute parent_thread_id
8 9 10 |
# File 'lib/facebooker/models/message_thread.rb', line 8 def parent_thread_id @parent_thread_id end |
- (Object) recipients
Returns the value of attribute recipients
7 8 9 |
# File 'lib/facebooker/models/message_thread.rb', line 7 def recipients @recipients end |
- (Object) snippet
Returns the value of attribute snippet
9 10 11 |
# File 'lib/facebooker/models/message_thread.rb', line 9 def snippet @snippet end |
- (Object) snippet_author
Returns the value of attribute snippet_author
9 10 11 |
# File 'lib/facebooker/models/message_thread.rb', line 9 def @snippet_author end |
- (Object) subject
Returns the value of attribute subject
7 8 9 |
# File 'lib/facebooker/models/message_thread.rb', line 7 def subject @subject end |
- (Object) unread
Returns the value of attribute unread
9 10 11 |
# File 'lib/facebooker/models/message_thread.rb', line 9 def unread @unread end |
- (Object) updated_time
Returns the value of attribute updated_time
7 8 9 |
# File 'lib/facebooker/models/message_thread.rb', line 7 def updated_time @updated_time end |