Class: Facebooker::Notifications

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

Instance Attribute Summary collapse

Method Summary

Methods included from Model

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

Instance Attribute Details

#event_invitesObject

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_requestsObject

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_invitesObject

Returns the value of attribute group_invites.



4
5
6
# File 'lib/facebooker/models/notifications.rb', line 4

def group_invites
  @group_invites
end

#messagesObject

Returns the value of attribute messages.



4
5
6
# File 'lib/facebooker/models/notifications.rb', line 4

def messages
  @messages
end

#pokesObject

Returns the value of attribute pokes.



4
5
6
# File 'lib/facebooker/models/notifications.rb', line 4

def pokes
  @pokes
end

#sharesObject

Returns the value of attribute shares.



4
5
6
# File 'lib/facebooker/models/notifications.rb', line 4

def shares
  @shares
end