Class: Termfront::AudioManager::Player
- Inherits:
-
Struct
- Object
- Struct
- Termfront::AudioManager::Player
- Defined in:
- lib/termfront/audio_manager.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#supports_loop ⇒ Object
Returns the value of attribute supports_loop.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
9 10 11 |
# File 'lib/termfront/audio_manager.rb', line 9 def command @command end |
#supports_loop ⇒ Object
Returns the value of attribute supports_loop
9 10 11 |
# File 'lib/termfront/audio_manager.rb', line 9 def supports_loop @supports_loop end |