Class: Deftones::Effects::AutoFilter::FilterProxy

Inherits:
Struct
  • Object
show all
Defined in:
lib/deftones/effect/auto_filter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#qObject

Returns the value of attribute q

Returns:

  • (Object)

    the current value of q



8
9
10
# File 'lib/deftones/effect/auto_filter.rb', line 8

def q
  @q
end

#rolloffObject

Returns the value of attribute rolloff

Returns:

  • (Object)

    the current value of rolloff



8
9
10
# File 'lib/deftones/effect/auto_filter.rb', line 8

def rolloff
  @rolloff
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/deftones/effect/auto_filter.rb', line 8

def type
  @type
end