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.
337 338 339 340 |
# File 'lib/ayadn/set.rb', line 337 def initialize super @category = 'tvshow' end |
Instance Method Details
#hashtag(tag) ⇒ Object
342 343 344 345 346 |
# File 'lib/ayadn/set.rb', line 342 def hashtag(tag) @input = 'hashtag' @output = tag Settings.[:tvshow][:hashtag] = @output end |