Class: MySpace::Detail

Inherits:
Object
  • Object
show all
Defined in:
lib/myspace/classes/detail.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

#bodyTypeObject

Returns the value of attribute bodyType.



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

def bodyType
  @bodyType
end

#childrenObject

Returns the value of attribute children.



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

def children
  @children
end

#drinkObject

Returns the value of attribute drink.



8
9
10
# File 'lib/myspace/classes/detail.rb', line 8

def drink
  @drink
end

#educationObject

Returns the value of attribute education.



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

def education
  @education
end

#ethnicityObject

Returns the value of attribute ethnicity.



7
8
9
# File 'lib/myspace/classes/detail.rb', line 7

def ethnicity
  @ethnicity
end

#hereforObject

Returns the value of attribute herefor.



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

def herefor
  @herefor
end

#hometownObject

Returns the value of attribute hometown.



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

def hometown
  @hometown
end

#incomeObject

Returns the value of attribute income.



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

def income
  @income
end

#orientationObject

Returns the value of attribute orientation.



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

def orientation
  @orientation
end

#religionObject

Returns the value of attribute religion.



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

def religion
  @religion
end

#smokeObject

Returns the value of attribute smoke.



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

def smoke
  @smoke
end

#statusObject

Returns the value of attribute status.



6
7
8
# File 'lib/myspace/classes/detail.rb', line 6

def status
  @status
end

#userObject

Returns the value of attribute user.



5
6
7
# File 'lib/myspace/classes/detail.rb', line 5

def user
  @user
end

#zodiacsignObject

Returns the value of attribute zodiacsign.



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

def zodiacsign
  @zodiacsign
end