Class: ClassyFilter::Field

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

Instance Attribute Summary collapse

Instance Attribute Details

#attributeObject

Returns the value of attribute attribute

Returns:

  • (Object)

    the current value of attribute



7
8
9
# File 'lib/classy_filter.rb', line 7

def attribute
  @attribute
end

#coercionObject

Returns the value of attribute coercion

Returns:

  • (Object)

    the current value of coercion



7
8
9
# File 'lib/classy_filter.rb', line 7

def coercion
  @coercion
end

#param_nameObject

Returns the value of attribute param_name

Returns:

  • (Object)

    the current value of param_name



7
8
9
# File 'lib/classy_filter.rb', line 7

def param_name
  @param_name
end

#predicateObject

Returns the value of attribute predicate

Returns:

  • (Object)

    the current value of predicate



7
8
9
# File 'lib/classy_filter.rb', line 7

def predicate
  @predicate
end