Class: Ayadn::SetTVShow
Instance Attribute Summary
Attributes inherited from SetBase
Instance Method Summary collapse
- #hashtag(tag) ⇒ Object
-
#initialize ⇒ SetTVShow
constructor
A new instance of SetTVShow.
Methods inherited from SetBase
Constructor Details
#initialize ⇒ SetTVShow
Returns a new instance of SetTVShow.
389 390 391 392 |
# File 'lib/ayadn/set.rb', line 389 def initialize super @category = 'tvshow' end |
Instance Method Details
#hashtag(tag) ⇒ Object
394 395 396 397 398 |
# File 'lib/ayadn/set.rb', line 394 def hashtag(tag) @input = 'hashtag' @output = tag Settings.[:tvshow][:hashtag] = @output end |