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.
374 375 376 377 |
# File 'lib/ayadn/set.rb', line 374 def initialize super @category = 'movie' end |
Instance Method Details
#hashtag(tag) ⇒ Object
379 380 381 382 383 |
# File 'lib/ayadn/set.rb', line 379 def hashtag(tag) @input = 'hashtag' @output = tag Settings.[:movie][:hashtag] = @output end |