Class: Ayadn::SetTVShow
Instance Attribute Summary
Attributes inherited from SetBase
#category, #input, #output
Instance Method Summary
collapse
Methods inherited from SetBase
#log, #save
Constructor Details
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.options[:tvshow][:hashtag] = @output
end
|