Class: YouTubeIt::Model::User

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Record

#initialize

Constructor Details

This class inherits a constructor from YouTubeIt::Record

Instance Attribute Details

#ageObject (readonly)

Returns the value of attribute age.



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

def age
  @age
end

#avatarObject (readonly)

Returns the value of attribute avatar.



30
31
32
# File 'lib/youtube_it/model/user.rb', line 30

def avatar
  @avatar
end

#booksObject (readonly)

Returns the value of attribute books.



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

def books
  @books
end

#channel_uriObject (readonly)

Returns the value of attribute channel_uri.



32
33
34
# File 'lib/youtube_it/model/user.rb', line 32

def channel_uri
  @channel_uri
end

#companyObject (readonly)

Returns the value of attribute company.



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

def company
  @company
end

#descriptionObject (readonly)

Returns the value of attribute description.



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

def description
  @description
end

#first_nameObject (readonly)

Returns the value of attribute first_name.



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

def first_name
  @first_name
end

#genderObject (readonly)

Returns the value of attribute gender.



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

def gender
  @gender
end

#hobbiesObject (readonly)

Returns the value of attribute hobbies.



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

def hobbies
  @hobbies
end

#hometownObject (readonly)

Returns the value of attribute hometown.



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

def hometown
  @hometown
end

#insight_uriObject (readonly)

Returns the value of attribute insight_uri.



31
32
33
# File 'lib/youtube_it/model/user.rb', line 31

def insight_uri
  @insight_uri
end

#join_dateObject (readonly)

Returns the value of attribute join_date.



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

def join_date
  @join_date
end

#last_loginObject (readonly)

Returns the value of attribute last_login.



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

def 
  @last_login
end

#last_nameObject (readonly)

Returns the value of attribute last_name.



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

def last_name
  @last_name
end

#locationObject (readonly)

Returns the value of attribute location.



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

def location
  @location
end

#max_upload_durationObject (readonly)

Returns the value of attribute max_upload_duration.



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

def max_upload_duration
  @max_upload_duration
end

#moviesObject (readonly)

Returns the value of attribute movies.



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

def movies
  @movies
end

#musicObject (readonly)

Returns the value of attribute music.



18
19
20
# File 'lib/youtube_it/model/user.rb', line 18

def music
  @music
end

#occupationObject (readonly)

Returns the value of attribute occupation.



19
20
21
# File 'lib/youtube_it/model/user.rb', line 19

def occupation
  @occupation
end

#relationshipObject (readonly)

Returns the value of attribute relationship.



20
21
22
# File 'lib/youtube_it/model/user.rb', line 20

def relationship
  @relationship
end

#schoolObject (readonly)

Returns the value of attribute school.



21
22
23
# File 'lib/youtube_it/model/user.rb', line 21

def school
  @school
end

#subscribersObject (readonly)

Returns the value of attribute subscribers.



22
23
24
# File 'lib/youtube_it/model/user.rb', line 22

def subscribers
  @subscribers
end

#upload_countObject (readonly)

Returns the value of attribute upload_count.



23
24
25
# File 'lib/youtube_it/model/user.rb', line 23

def upload_count
  @upload_count
end

#upload_viewsObject (readonly)

Returns the value of attribute upload_views.



24
25
26
# File 'lib/youtube_it/model/user.rb', line 24

def upload_views
  @upload_views
end

#user_idObject (readonly)

Returns the value of attribute user_id.



25
26
27
# File 'lib/youtube_it/model/user.rb', line 25

def user_id
  @user_id
end

#usernameObject (readonly)

Returns the value of attribute username.



26
27
28
# File 'lib/youtube_it/model/user.rb', line 26

def username
  @username
end

#username_displayObject (readonly)

Returns the value of attribute username_display.



27
28
29
# File 'lib/youtube_it/model/user.rb', line 27

def username_display
  @username_display
end

#videos_watchedObject (readonly)

Returns the value of attribute videos_watched.



28
29
30
# File 'lib/youtube_it/model/user.rb', line 28

def videos_watched
  @videos_watched
end

#view_countObject (readonly)

Returns the value of attribute view_count.



29
30
31
# File 'lib/youtube_it/model/user.rb', line 29

def view_count
  @view_count
end