Class: MPD::Commands::Repeat

Inherits:
Abstract show all
Defined in:
lib/mpd/commands.rb

Overview

Sends ‘repeat <1/0>’ to MPD

Instance Attribute Summary

Attributes inherited from Abstract

#connection

Instance Method Summary collapse

Methods inherited from Abstract

#initialize

Constructor Details

This class inherits a constructor from MPD::Commands::Abstract

Instance Method Details

#execute(state) ⇒ Object

Parameters:

  • state (Boolean)


4
# File 'lib/mpd/commands.rb', line 4

def execute(state); end