Class: YouTubeG::Model::Category

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

#labelObject (readonly)

String

Name of the YouTube category



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

def label
  @label
end

#termObject (readonly)

String

Identifies the type of item described.



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

def term
  @term
end