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.
310 311 312 313 |
# File 'lib/ayadn/set.rb', line 310 def initialize super @category = 'movie' end |
Instance Method Details
#hashtag(tag) ⇒ Object
315 316 317 318 319 |
# File 'lib/ayadn/set.rb', line 315 def hashtag(tag) @input = 'hashtag' @output = tag Settings.[:movie][:hashtag] = @output end |