Class: Ayadn::SetMovie

Inherits:
SetBase show all
Defined in:
lib/ayadn/set.rb

Instance Attribute Summary

Attributes inherited from SetBase

#category, #input, #output

Instance Method Summary collapse

Methods inherited from SetBase

#log, #save

Constructor Details

#initializeSetMovie

Returns a new instance of SetMovie.



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