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
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.options[:tvshow][:hashtag] = @output
end
|