Class: YouTubeIt::Model::Author

Inherits:
Record
  • Object
show all
Defined in:
lib/youtube_it/model/author.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

#nameObject (readonly)

String: Author’s YouTube username.



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

def name
  @name
end

#thumbnail_urlObject (readonly)

Returns the value of attribute thumbnail_url.



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

def thumbnail_url
  @thumbnail_url
end

#uriObject (readonly)

String: Feed URL of the author.



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

def uri
  @uri
end