Class: YouTubeG::Model::Category
- Defined in:
- lib/youtube_g/model/category.rb
Instance Attribute Summary collapse
-
#label ⇒ Object
readonly
- String
-
Name of the YouTube category.
-
#term ⇒ Object
readonly
- String
-
Identifies the type of item described.
Method Summary
Methods inherited from Record
Constructor Details
This class inherits a constructor from YouTubeG::Record
Instance Attribute Details
#label ⇒ Object (readonly)
- String
-
Name of the YouTube category
5 6 7 |
# File 'lib/youtube_g/model/category.rb', line 5 def label @label end |
#term ⇒ Object (readonly)
- String
-
Identifies the type of item described.
8 9 10 |
# File 'lib/youtube_g/model/category.rb', line 8 def term @term end |