Class: Facebooker::Comment
- Inherits:
-
Object
- Object
- Facebooker::Comment
- Includes:
- Model
- Defined in:
- lib/facebooker/models/comment.rb
Overview
A simple representation of a comment
Instance Attribute Summary collapse
-
#fromid ⇒ Object
Returns the value of attribute fromid.
-
#id ⇒ Object
Returns the value of attribute id.
-
#text ⇒ Object
Returns the value of attribute text.
-
#time ⇒ Object
Returns the value of attribute time.
-
#xid ⇒ Object
Returns the value of attribute xid.
Method Summary
Methods included from Model
#anon=, included, #initialize, #populate, #populate_from_hash!, #populated?, #session
Instance Attribute Details
#fromid ⇒ Object
Returns the value of attribute fromid.
7 8 9 |
# File 'lib/facebooker/models/comment.rb', line 7 def fromid @fromid end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/facebooker/models/comment.rb', line 7 def id @id end |
#text ⇒ Object
Returns the value of attribute text.
7 8 9 |
# File 'lib/facebooker/models/comment.rb', line 7 def text @text end |
#time ⇒ Object
Returns the value of attribute time.
7 8 9 |
# File 'lib/facebooker/models/comment.rb', line 7 def time @time end |
#xid ⇒ Object
Returns the value of attribute xid.
7 8 9 |
# File 'lib/facebooker/models/comment.rb', line 7 def xid @xid end |