Class: Facebooker::Notifications
- Inherits:
-
Object
- Object
- Facebooker::Notifications
- Includes:
- Model
- Defined in:
- lib/facebooker/models/notifications.rb
Instance Attribute Summary collapse
-
#event_invites ⇒ Object
Returns the value of attribute event_invites.
-
#friend_requests ⇒ Object
Returns the value of attribute friend_requests.
-
#group_invites ⇒ Object
Returns the value of attribute group_invites.
-
#messages ⇒ Object
Returns the value of attribute messages.
-
#pokes ⇒ Object
Returns the value of attribute pokes.
-
#shares ⇒ Object
Returns the value of attribute shares.
Method Summary
Methods included from Model
#anon=, included, #initialize, #populate, #populate_from_hash!, #populated?, #session
Instance Attribute Details
#event_invites ⇒ Object
Returns the value of attribute event_invites.
4 5 6 |
# File 'lib/facebooker/models/notifications.rb', line 4 def event_invites @event_invites end |
#friend_requests ⇒ Object
Returns the value of attribute friend_requests.
4 5 6 |
# File 'lib/facebooker/models/notifications.rb', line 4 def friend_requests @friend_requests end |
#group_invites ⇒ Object
Returns the value of attribute group_invites.
4 5 6 |
# File 'lib/facebooker/models/notifications.rb', line 4 def group_invites @group_invites end |
#messages ⇒ Object
Returns the value of attribute messages.
4 5 6 |
# File 'lib/facebooker/models/notifications.rb', line 4 def @messages end |
#pokes ⇒ Object
Returns the value of attribute pokes.
4 5 6 |
# File 'lib/facebooker/models/notifications.rb', line 4 def pokes @pokes end |
#shares ⇒ Object
Returns the value of attribute shares.
4 5 6 |
# File 'lib/facebooker/models/notifications.rb', line 4 def shares @shares end |