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
-
#message_count ⇒ Object
Returns the value of attribute message_count.
-
#object_id ⇒ Object
Returns the value of attribute object_id.
-
#parent_message_id ⇒ Object
Returns the value of attribute parent_message_id.
-
#parent_thread_id ⇒ Object
Returns the value of attribute parent_thread_id.
-
#recipients ⇒ Object
Returns the value of attribute recipients.
-
#snippet ⇒ Object
Returns the value of attribute snippet.
-
#snippet_author ⇒ Object
Returns the value of attribute snippet_author.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#unread ⇒ Object
Returns the value of attribute unread.
-
#updated_time ⇒ Object
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
#message_count ⇒ Object
Returns the value of attribute message_count.
8 9 10 |
# File 'lib/facebooker/models/message_thread.rb', line 8 def @message_count end |
#object_id ⇒ Object
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 |
#parent_message_id ⇒ Object
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 |
#parent_thread_id ⇒ Object
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 |
#recipients ⇒ Object
Returns the value of attribute recipients.
7 8 9 |
# File 'lib/facebooker/models/message_thread.rb', line 7 def recipients @recipients end |
#snippet ⇒ Object
Returns the value of attribute snippet.
9 10 11 |
# File 'lib/facebooker/models/message_thread.rb', line 9 def snippet @snippet end |
#snippet_author ⇒ Object
Returns the value of attribute snippet_author.
9 10 11 |
# File 'lib/facebooker/models/message_thread.rb', line 9 def @snippet_author end |
#subject ⇒ Object
Returns the value of attribute subject.
7 8 9 |
# File 'lib/facebooker/models/message_thread.rb', line 7 def subject @subject end |
#unread ⇒ Object
Returns the value of attribute unread.
9 10 11 |
# File 'lib/facebooker/models/message_thread.rb', line 9 def unread @unread end |
#updated_time ⇒ Object
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 |