Class: Facebooker::MessageThread

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/facebooker/models/message_thread.rb

Defined Under Namespace

Classes: Message

Instance Attribute Summary collapse

Method Summary

Methods included from Model

#anon=, included, #initialize, #populate, #populate_from_hash!, #populated?, #session

Instance Attribute Details

#message_countObject

Returns the value of attribute message_count.



8
9
10
# File 'lib/facebooker/models/message_thread.rb', line 8

def message_count
  @message_count
end

#object_idObject

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_idObject

Returns the value of attribute parent_message_id.



8
9
10
# File 'lib/facebooker/models/message_thread.rb', line 8

def parent_message_id
  @parent_message_id
end

#parent_thread_idObject

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

#recipientsObject

Returns the value of attribute recipients.



7
8
9
# File 'lib/facebooker/models/message_thread.rb', line 7

def recipients
  @recipients
end

#snippetObject

Returns the value of attribute snippet.



9
10
11
# File 'lib/facebooker/models/message_thread.rb', line 9

def snippet
  @snippet
end

#snippet_authorObject

Returns the value of attribute snippet_author.



9
10
11
# File 'lib/facebooker/models/message_thread.rb', line 9

def snippet_author
  @snippet_author
end

#subjectObject

Returns the value of attribute subject.



7
8
9
# File 'lib/facebooker/models/message_thread.rb', line 7

def subject
  @subject
end

#unreadObject

Returns the value of attribute unread.



9
10
11
# File 'lib/facebooker/models/message_thread.rb', line 9

def unread
  @unread
end

#updated_timeObject

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