Class: Ayadn::SetMovie
Instance Attribute Summary
Attributes inherited from SetBase
#category, #input, #output
Instance Method Summary
collapse
Methods inherited from SetBase
#log, #save
Constructor Details
374
375
376
377
|
# File 'lib/ayadn/set.rb', line 374
def initialize
super
@category = 'movie'
end
|
Instance Method Details
#hashtag(tag) ⇒ Object
379
380
381
382
383
|
# File 'lib/ayadn/set.rb', line 379
def hashtag(tag)
@input = 'hashtag'
@output = tag
Settings.options[:movie][:hashtag] = @output
end
|