Class: YouTubeG::Model::User
- Defined in:
- lib/youtube_g/model/user.rb
Instance Attribute Summary collapse
-
#age ⇒ Object
readonly
Returns the value of attribute age.
-
#books ⇒ Object
readonly
Returns the value of attribute books.
-
#company ⇒ Object
readonly
Returns the value of attribute company.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#gender ⇒ Object
readonly
Returns the value of attribute gender.
-
#hobbies ⇒ Object
readonly
Returns the value of attribute hobbies.
-
#hometown ⇒ Object
readonly
Returns the value of attribute hometown.
-
#location ⇒ Object
readonly
Returns the value of attribute location.
-
#movies ⇒ Object
readonly
Returns the value of attribute movies.
-
#music ⇒ Object
readonly
Returns the value of attribute music.
-
#occupation ⇒ Object
readonly
Returns the value of attribute occupation.
-
#relationship ⇒ Object
readonly
Returns the value of attribute relationship.
-
#school ⇒ Object
readonly
Returns the value of attribute school.
-
#username ⇒ Object
readonly
Returns the value of attribute username.
Method Summary
Methods inherited from Record
Constructor Details
This class inherits a constructor from YouTubeG::Record
Instance Attribute Details
#age ⇒ Object (readonly)
Returns the value of attribute age.
4 5 6 |
# File 'lib/youtube_g/model/user.rb', line 4 def age @age end |
#books ⇒ Object (readonly)
Returns the value of attribute books.
5 6 7 |
# File 'lib/youtube_g/model/user.rb', line 5 def books @books end |
#company ⇒ Object (readonly)
Returns the value of attribute company.
6 7 8 |
# File 'lib/youtube_g/model/user.rb', line 6 def company @company end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
16 17 18 |
# File 'lib/youtube_g/model/user.rb', line 16 def description @description end |
#gender ⇒ Object (readonly)
Returns the value of attribute gender.
7 8 9 |
# File 'lib/youtube_g/model/user.rb', line 7 def gender @gender end |
#hobbies ⇒ Object (readonly)
Returns the value of attribute hobbies.
8 9 10 |
# File 'lib/youtube_g/model/user.rb', line 8 def hobbies @hobbies end |
#hometown ⇒ Object (readonly)
Returns the value of attribute hometown.
9 10 11 |
# File 'lib/youtube_g/model/user.rb', line 9 def hometown @hometown end |
#location ⇒ Object (readonly)
Returns the value of attribute location.
10 11 12 |
# File 'lib/youtube_g/model/user.rb', line 10 def location @location end |
#movies ⇒ Object (readonly)
Returns the value of attribute movies.
11 12 13 |
# File 'lib/youtube_g/model/user.rb', line 11 def movies @movies end |
#music ⇒ Object (readonly)
Returns the value of attribute music.
12 13 14 |
# File 'lib/youtube_g/model/user.rb', line 12 def music @music end |
#occupation ⇒ Object (readonly)
Returns the value of attribute occupation.
13 14 15 |
# File 'lib/youtube_g/model/user.rb', line 13 def occupation @occupation end |
#relationship ⇒ Object (readonly)
Returns the value of attribute relationship.
14 15 16 |
# File 'lib/youtube_g/model/user.rb', line 14 def relationship @relationship end |
#school ⇒ Object (readonly)
Returns the value of attribute school.
15 16 17 |
# File 'lib/youtube_g/model/user.rb', line 15 def school @school end |
#username ⇒ Object (readonly)
Returns the value of attribute username.
17 18 19 |
# File 'lib/youtube_g/model/user.rb', line 17 def username @username end |