Class: Termfront::AudioManager::Player

Inherits:
Struct
  • Object
show all
Defined in:
lib/termfront/audio_manager.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



9
10
11
# File 'lib/termfront/audio_manager.rb', line 9

def command
  @command
end

#supports_loopObject

Returns the value of attribute supports_loop

Returns:

  • (Object)

    the current value of supports_loop



9
10
11
# File 'lib/termfront/audio_manager.rb', line 9

def supports_loop
  @supports_loop
end