Class: Aric::Job::Volume
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#down(v = 5) ⇒ Object
10 11 12 |
# File 'lib/aric/job/volume.rb', line 10 def down(v = 5) run(:down, v) end |
#mute ⇒ Object
14 15 16 |
# File 'lib/aric/job/volume.rb', line 14 def mute run(:mute) end |
#unmute ⇒ Object
18 19 20 |
# File 'lib/aric/job/volume.rb', line 18 def unmute run(:unmute) end |
#up(v = 5) ⇒ Object
6 7 8 |
# File 'lib/aric/job/volume.rb', line 6 def up(v = 5) run(:up, v) end |