Class: AutoEQLoader::VolumeFilter
- Inherits:
-
Struct
- Object
- Struct
- AutoEQLoader::VolumeFilter
- Defined in:
- lib/autoeq_loader.rb
Instance Attribute Summary collapse
-
#volume ⇒ Object
Returns the value of attribute volume.
Instance Method Summary collapse
Instance Attribute Details
#volume ⇒ Object
Returns the value of attribute volume
47 48 49 |
# File 'lib/autoeq_loader.rb', line 47 def volume @volume end |
Instance Method Details
#to_s ⇒ Object
49 50 51 |
# File 'lib/autoeq_loader.rb', line 49 def to_s "volume=#{volume}dB" end |