Class: Spacer::Details

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

Instance Attribute Summary collapse

Method Summary

Methods included from Model

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

Instance Attribute Details

#bodyTypeObject

Returns the value of attribute bodyType.



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

def bodyType
  @bodyType
end

#childrenObject

Returns the value of attribute children.



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

def children
  @children
end

#drinkObject

Returns the value of attribute drink.



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

def drink
  @drink
end

#educationObject

Returns the value of attribute education.



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

def education
  @education
end

#ethnicityObject

Returns the value of attribute ethnicity.



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

def ethnicity
  @ethnicity
end

#hereforObject

Returns the value of attribute herefor.



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

def herefor
  @herefor
end

#hometownObject

Returns the value of attribute hometown.



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

def hometown
  @hometown
end

#incomeObject

Returns the value of attribute income.



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

def income
  @income
end

#orientationObject

Returns the value of attribute orientation.



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

def orientation
  @orientation
end

#religionObject

Returns the value of attribute religion.



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

def religion
  @religion
end

#smokeObject

Returns the value of attribute smoke.



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

def smoke
  @smoke
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

#userObject

Returns the value of attribute user.



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

def user
  @user
end

#zodiacsignObject

Returns the value of attribute zodiacsign.



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

def zodiacsign
  @zodiacsign
end