Class: YouTubeG::Model::User

Inherits:
Record
  • Object
show all
Defined in:
lib/youtube_g/model/user.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Record

#initialize

Constructor Details

This class inherits a constructor from YouTubeG::Record

Instance Attribute Details

#ageObject (readonly)

Returns the value of attribute age.



4
5
6
# File 'lib/youtube_g/model/user.rb', line 4

def age
  @age
end

#booksObject (readonly)

Returns the value of attribute books.



5
6
7
# File 'lib/youtube_g/model/user.rb', line 5

def books
  @books
end

#companyObject (readonly)

Returns the value of attribute company.



6
7
8
# File 'lib/youtube_g/model/user.rb', line 6

def company
  @company
end

#descriptionObject (readonly)

Returns the value of attribute description.



16
17
18
# File 'lib/youtube_g/model/user.rb', line 16

def description
  @description
end

#genderObject (readonly)

Returns the value of attribute gender.



7
8
9
# File 'lib/youtube_g/model/user.rb', line 7

def gender
  @gender
end

#hobbiesObject (readonly)

Returns the value of attribute hobbies.



8
9
10
# File 'lib/youtube_g/model/user.rb', line 8

def hobbies
  @hobbies
end

#hometownObject (readonly)

Returns the value of attribute hometown.



9
10
11
# File 'lib/youtube_g/model/user.rb', line 9

def hometown
  @hometown
end

#locationObject (readonly)

Returns the value of attribute location.



10
11
12
# File 'lib/youtube_g/model/user.rb', line 10

def location
  @location
end

#moviesObject (readonly)

Returns the value of attribute movies.



11
12
13
# File 'lib/youtube_g/model/user.rb', line 11

def movies
  @movies
end

#musicObject (readonly)

Returns the value of attribute music.



12
13
14
# File 'lib/youtube_g/model/user.rb', line 12

def music
  @music
end

#occupationObject (readonly)

Returns the value of attribute occupation.



13
14
15
# File 'lib/youtube_g/model/user.rb', line 13

def occupation
  @occupation
end

#relationshipObject (readonly)

Returns the value of attribute relationship.



14
15
16
# File 'lib/youtube_g/model/user.rb', line 14

def relationship
  @relationship
end

#schoolObject (readonly)

Returns the value of attribute school.



15
16
17
# File 'lib/youtube_g/model/user.rb', line 15

def school
  @school
end

#usernameObject (readonly)

Returns the value of attribute username.



17
18
19
# File 'lib/youtube_g/model/user.rb', line 17

def username
  @username
end