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

Returns a new instance of SetTVShow.



389
390
391
392
# File 'lib/ayadn/set.rb', line 389

def initialize
  super
  @category = 'tvshow'
end

Instance Method Details

#hashtag(tag) ⇒ Object



394
395
396
397
398
# File 'lib/ayadn/set.rb', line 394

def hashtag(tag)
  @input = 'hashtag'
  @output = tag
  Settings.options[:tvshow][:hashtag] = @output
end