Class: Ayadn::SetMovie
Instance Attribute Summary
Attributes inherited from SetBase
Instance Method Summary collapse
- #hashtag(tag) ⇒ Object
-
#initialize ⇒ SetMovie
constructor
A new instance of SetMovie.
Methods inherited from SetBase
Constructor Details
#initialize ⇒ SetMovie
Returns a new instance of SetMovie.
449 450 451 452 |
# File 'lib/ayadn/set.rb', line 449 def initialize super @category = 'movie' end |