Class: Facebooker::User::Status
- Inherits:
-
Object
- Object
- Facebooker::User::Status
- Includes:
- Model
- Defined in:
- lib/facebooker/models/user.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#status_id ⇒ Object
Returns the value of attribute status_id.
-
#time ⇒ Object
Returns the value of attribute time.
Method Summary
Methods included from Model
#anon=, included, #initialize, #populate, #populate_from_hash!, #populated?, #session
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
12 13 14 |
# File 'lib/facebooker/models/user.rb', line 12 def @message end |
#status_id ⇒ Object
Returns the value of attribute status_id.
12 13 14 |
# File 'lib/facebooker/models/user.rb', line 12 def status_id @status_id end |
#time ⇒ Object
Returns the value of attribute time.
12 13 14 |
# File 'lib/facebooker/models/user.rb', line 12 def time @time end |