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.
325 326 327 328 |
# File 'lib/ayadn/set.rb', line 325 def initialize super @category = 'tvshow' end |
Instance Method Details
#hashtag(tag) ⇒ Object
330 331 332 333 334 |
# File 'lib/ayadn/set.rb', line 330 def hashtag(tag) @input = 'hashtag' @output = tag Settings.[:tvshow][:hashtag] = @output end |