Class: AudioAddict::Commands::VoteCmd

Inherits:
Base
  • Object
show all
Defined in:
lib/audio_addict/commands/vote.rb

Instance Method Summary collapse

Methods inherited from Base

#current_channel, #current_network, #needs, #prompt, #radio, #require_premium_account

Instance Method Details

#runObject



20
21
22
23
# File 'lib/audio_addict/commands/vote.rb', line 20

def run
  needs :network, :channel, :session_key
  vote_mode == :now ? vote_now : vote_past
end