Class: MySpace::Profile

Inherits:
Object
  • Object
show all
Defined in:
lib/myspace/classes/profile.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Object

build_request, get, get_raw, #initialize, json_to_obj, json_to_obj_collection

Constructor Details

This class inherits a constructor from MySpace::Object

Instance Attribute Details

#aboutmeObject

Returns the value of attribute aboutme.



17
18
19
# File 'lib/myspace/classes/profile.rb', line 17

def aboutme
  @aboutme
end

#ageObject

Returns the value of attribute age.



16
17
18
# File 'lib/myspace/classes/profile.rb', line 16

def age
  @age
end

#basicprofileObject

Returns the value of attribute basicprofile.



15
16
17
# File 'lib/myspace/classes/profile.rb', line 15

def basicprofile
  @basicprofile
end

#cityObject

Returns the value of attribute city.



9
10
11
# File 'lib/myspace/classes/profile.rb', line 9

def city
  @city
end

#countryObject

Returns the value of attribute country.



11
12
13
# File 'lib/myspace/classes/profile.rb', line 11

def country
  @country
end

#cultureObject

Returns the value of attribute culture.



14
15
16
# File 'lib/myspace/classes/profile.rb', line 14

def culture
  @culture
end

#genderObject

Returns the value of attribute gender.



12
13
14
# File 'lib/myspace/classes/profile.rb', line 12

def gender
  @gender
end

#hometownObject

Returns the value of attribute hometown.



19
20
21
# File 'lib/myspace/classes/profile.rb', line 19

def hometown
  @hometown
end

#maritalstatusObject

Returns the value of attribute maritalstatus.



18
19
20
# File 'lib/myspace/classes/profile.rb', line 18

def maritalstatus
  @maritalstatus
end

#postalcodeObject

Returns the value of attribute postalcode.



13
14
15
# File 'lib/myspace/classes/profile.rb', line 13

def postalcode
  @postalcode
end

#regionObject

Returns the value of attribute region.



10
11
12
# File 'lib/myspace/classes/profile.rb', line 10

def region
  @region
end