Class: Facebooker::FamilyRelativeInfo
- Inherits:
-
Object
- Object
- Facebooker::FamilyRelativeInfo
- Includes:
- Model
- Defined in:
- lib/facebooker/models/family_relative_info.rb
Instance Attribute Summary collapse
-
#birthday ⇒ Object
Returns the value of attribute birthday.
-
#name ⇒ Object
Returns the value of attribute name.
-
#relationship ⇒ Object
Returns the value of attribute relationship.
-
#uid ⇒ Object
Returns the value of attribute uid.
Method Summary
Methods included from Model
#anon=, included, #initialize, #populate, #populate_from_hash!, #populated?, #session
Instance Attribute Details
#birthday ⇒ Object
Returns the value of attribute birthday.
5 6 7 |
# File 'lib/facebooker/models/family_relative_info.rb', line 5 def birthday @birthday end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/facebooker/models/family_relative_info.rb', line 5 def name @name end |
#relationship ⇒ Object
Returns the value of attribute relationship.
5 6 7 |
# File 'lib/facebooker/models/family_relative_info.rb', line 5 def relationship @relationship end |
#uid ⇒ Object
Returns the value of attribute uid.
5 6 7 |
# File 'lib/facebooker/models/family_relative_info.rb', line 5 def uid @uid end |