Class: Datawow::VideoClassification
- Inherits:
-
Object
- Object
- Datawow::VideoClassification
- Includes:
- Models::Interface
- Defined in:
- lib/datawow/models/videos/video_classifications.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#project_key ⇒ Object
writeonly
Sets the attribute project_key.
Instance Method Summary collapse
-
#initialize ⇒ VideoClassification
constructor
A new instance of VideoClassification.
Methods included from Models::Interface
Constructor Details
#initialize ⇒ VideoClassification
Returns a new instance of VideoClassification.
10 11 12 13 14 15 |
# File 'lib/datawow/models/videos/video_classifications.rb', line 10 def initialize @project_key = nil @type = :video @query_str = false @path = 'videos/closed_questions' end |
Instance Attribute Details
#project_key=(value) ⇒ Object (writeonly)
Sets the attribute project_key
8 9 10 |
# File 'lib/datawow/models/videos/video_classifications.rb', line 8 def project_key=(value) @project_key = value end |