Class: Deftones::Effects::AutoFilter::FilterProxy
- Inherits:
-
Struct
- Object
- Struct
- Deftones::Effects::AutoFilter::FilterProxy
- Defined in:
- lib/deftones/effect/auto_filter.rb
Instance Attribute Summary collapse
-
#q ⇒ Object
Returns the value of attribute q.
-
#rolloff ⇒ Object
Returns the value of attribute rolloff.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#q ⇒ Object
Returns the value of attribute q
8 9 10 |
# File 'lib/deftones/effect/auto_filter.rb', line 8 def q @q end |
#rolloff ⇒ Object
Returns the value of attribute rolloff
8 9 10 |
# File 'lib/deftones/effect/auto_filter.rb', line 8 def rolloff @rolloff end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/deftones/effect/auto_filter.rb', line 8 def type @type end |