Class: ClassyFilter::Field
- Inherits:
-
Struct
- Object
- Struct
- ClassyFilter::Field
- Defined in:
- lib/classy_filter.rb
Instance Attribute Summary collapse
-
#attribute ⇒ Object
Returns the value of attribute attribute.
-
#coercion ⇒ Object
Returns the value of attribute coercion.
-
#param_name ⇒ Object
Returns the value of attribute param_name.
-
#predicate ⇒ Object
Returns the value of attribute predicate.
Instance Attribute Details
#attribute ⇒ Object
Returns the value of attribute attribute
7 8 9 |
# File 'lib/classy_filter.rb', line 7 def attribute @attribute end |
#coercion ⇒ Object
Returns the value of attribute coercion
7 8 9 |
# File 'lib/classy_filter.rb', line 7 def coercion @coercion end |
#param_name ⇒ Object
Returns the value of attribute param_name
7 8 9 |
# File 'lib/classy_filter.rb', line 7 def param_name @param_name end |
#predicate ⇒ Object
Returns the value of attribute predicate
7 8 9 |
# File 'lib/classy_filter.rb', line 7 def predicate @predicate end |