Class: Facebooker::MessageThread::Message
- Inherits:
-
Object
- Object
- Facebooker::MessageThread::Message
- Includes:
- Facebooker::Model
- Defined in:
- lib/facebooker/models/message_thread.rb
Defined Under Namespace
Classes: Attachment
Instance Attribute Summary collapse
-
#attachment ⇒ Object
Returns the value of attribute attachment.
-
#author_id ⇒ Object
Returns the value of attribute author_id.
-
#body ⇒ Object
Returns the value of attribute body.
-
#created_time ⇒ Object
Returns the value of attribute created_time.
-
#message_id ⇒ Object
Returns the value of attribute message_id.
-
#thread_id ⇒ Object
Returns the value of attribute thread_id.
Method Summary
Methods included from Facebooker::Model
#anon=, included, #initialize, #populate, #populate_from_hash!, #populated?, #session
Instance Attribute Details
#attachment ⇒ Object
Returns the value of attribute attachment.
14 15 16 |
# File 'lib/facebooker/models/message_thread.rb', line 14 def @attachment end |
#author_id ⇒ Object
Returns the value of attribute author_id.
14 15 16 |
# File 'lib/facebooker/models/message_thread.rb', line 14 def @author_id end |
#body ⇒ Object
Returns the value of attribute body.
14 15 16 |
# File 'lib/facebooker/models/message_thread.rb', line 14 def body @body end |
#created_time ⇒ Object
Returns the value of attribute created_time.
14 15 16 |
# File 'lib/facebooker/models/message_thread.rb', line 14 def created_time @created_time end |
#message_id ⇒ Object
Returns the value of attribute message_id.
14 15 16 |
# File 'lib/facebooker/models/message_thread.rb', line 14 def @message_id end |
#thread_id ⇒ Object
Returns the value of attribute thread_id.
14 15 16 |
# File 'lib/facebooker/models/message_thread.rb', line 14 def thread_id @thread_id end |