Class: Facebooker::FamilyRelativeInfo

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

Instance Attribute Summary collapse

Method Summary

Methods included from Model

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

Instance Attribute Details

#birthdayObject

Returns the value of attribute birthday.



5
6
7
# File 'lib/facebooker/models/family_relative_info.rb', line 5

def birthday
  @birthday
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/facebooker/models/family_relative_info.rb', line 5

def name
  @name
end

#relationshipObject

Returns the value of attribute relationship.



5
6
7
# File 'lib/facebooker/models/family_relative_info.rb', line 5

def relationship
  @relationship
end

#uidObject

Returns the value of attribute uid.



5
6
7
# File 'lib/facebooker/models/family_relative_info.rb', line 5

def uid
  @uid
end