Class: AudioAddict::Commands::VoteCmd
- 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
#run ⇒ Object
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 |