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
449
450
451
452
|
# File 'lib/ayadn/set.rb', line 449
def initialize
super
@category = 'movie'
end
|
Instance Method Details
#hashtag(tag) ⇒ Object
454
455
456
457
458
|
# File 'lib/ayadn/set.rb', line 454
def hashtag(tag)
@input = 'hashtag'
@output = tag
Settings.options[:movie][:hashtag] = @output
end
|