Class: Ayadn::SetTVShow

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

#initializeSetTVShow



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