Class: YouTubeG::Model::Playlist
- Defined in:
- lib/youtube_g/model/playlist.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
Method Summary
Methods inherited from Record
Constructor Details
This class inherits a constructor from YouTubeG::Record
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description.
4 5 6 |
# File 'lib/youtube_g/model/playlist.rb', line 4 def description @description end |