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