Class: Refine::Rails::Config
- Inherits:
-
Struct
- Object
- Struct
- Refine::Rails::Config
- Defined in:
- lib/refine/rails.rb
Instance Attribute Summary collapse
-
#custom_stored_filter_attributes ⇒ Object
Returns the value of attribute custom_stored_filter_attributes.
-
#date_gte_uses_bod ⇒ Object
Returns the value of attribute date_gte_uses_bod.
-
#date_lte_uses_eod ⇒ Object
Returns the value of attribute date_lte_uses_eod.
-
#option_condition_ordering ⇒ Object
Returns the value of attribute option_condition_ordering.
-
#stabilizer_classes ⇒ Object
Returns the value of attribute stabilizer_classes.
-
#stored_filter_scope ⇒ Object
Returns the value of attribute stored_filter_scope.
Instance Attribute Details
#custom_stored_filter_attributes ⇒ Object
Returns the value of attribute custom_stored_filter_attributes
8 9 10 |
# File 'lib/refine/rails.rb', line 8 def custom_stored_filter_attributes @custom_stored_filter_attributes end |
#date_gte_uses_bod ⇒ Object
Returns the value of attribute date_gte_uses_bod
8 9 10 |
# File 'lib/refine/rails.rb', line 8 def date_gte_uses_bod @date_gte_uses_bod end |
#date_lte_uses_eod ⇒ Object
Returns the value of attribute date_lte_uses_eod
8 9 10 |
# File 'lib/refine/rails.rb', line 8 def date_lte_uses_eod @date_lte_uses_eod end |
#option_condition_ordering ⇒ Object
Returns the value of attribute option_condition_ordering
8 9 10 |
# File 'lib/refine/rails.rb', line 8 def option_condition_ordering @option_condition_ordering end |
#stabilizer_classes ⇒ Object
Returns the value of attribute stabilizer_classes
8 9 10 |
# File 'lib/refine/rails.rb', line 8 def stabilizer_classes @stabilizer_classes end |
#stored_filter_scope ⇒ Object
Returns the value of attribute stored_filter_scope
8 9 10 |
# File 'lib/refine/rails.rb', line 8 def stored_filter_scope @stored_filter_scope end |