Class: Spacer::Profile

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/spacer/models/profile.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Model

included, #initialize, #populate, #populate_from_hash!, #populated?

Instance Attribute Details

#aboutmeObject

Returns the value of attribute aboutme.



4
5
6
# File 'lib/spacer/models/profile.rb', line 4

def aboutme
  @aboutme
end

#ageObject

Returns the value of attribute age.



4
5
6
# File 'lib/spacer/models/profile.rb', line 4

def age
  @age
end

#basicprofileObject

Returns the value of attribute basicprofile.



4
5
6
# File 'lib/spacer/models/profile.rb', line 4

def basicprofile
  @basicprofile
end

#cityObject

Returns the value of attribute city.



4
5
6
# File 'lib/spacer/models/profile.rb', line 4

def city
  @city
end

#countryObject

Returns the value of attribute country.



4
5
6
# File 'lib/spacer/models/profile.rb', line 4

def country
  @country
end

#cultureObject

Returns the value of attribute culture.



4
5
6
# File 'lib/spacer/models/profile.rb', line 4

def culture
  @culture
end

#genderObject

Returns the value of attribute gender.



4
5
6
# File 'lib/spacer/models/profile.rb', line 4

def gender
  @gender
end

#hometownObject

Returns the value of attribute hometown.



4
5
6
# File 'lib/spacer/models/profile.rb', line 4

def hometown
  @hometown
end

#maritalstatusObject

Returns the value of attribute maritalstatus.



4
5
6
# File 'lib/spacer/models/profile.rb', line 4

def maritalstatus
  @maritalstatus
end

#postalcodeObject

Returns the value of attribute postalcode.



4
5
6
# File 'lib/spacer/models/profile.rb', line 4

def postalcode
  @postalcode
end

#regionObject

Returns the value of attribute region.



4
5
6
# File 'lib/spacer/models/profile.rb', line 4

def region
  @region
end