Class: Rails::Surrender::QueryParamParser::Sort
- Inherits:
-
Struct
- Object
- Struct
- Rails::Surrender::QueryParamParser::Sort
- Defined in:
- lib/rails/surrender/helpers/query_param_parser.rb
Instance Attribute Summary collapse
-
#association ⇒ Object
Returns the value of attribute association.
-
#attribute ⇒ Object
Returns the value of attribute attribute.
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#request ⇒ Object
Returns the value of attribute request.
-
#scope_method ⇒ Object
Returns the value of attribute scope_method.
Instance Attribute Details
#association ⇒ Object
Returns the value of attribute association
21 22 23 |
# File 'lib/rails/surrender/helpers/query_param_parser.rb', line 21 def association @association end |
#attribute ⇒ Object
Returns the value of attribute attribute
21 22 23 |
# File 'lib/rails/surrender/helpers/query_param_parser.rb', line 21 def attribute @attribute end |
#direction ⇒ Object
Returns the value of attribute direction
21 22 23 |
# File 'lib/rails/surrender/helpers/query_param_parser.rb', line 21 def direction @direction end |
#request ⇒ Object
Returns the value of attribute request
21 22 23 |
# File 'lib/rails/surrender/helpers/query_param_parser.rb', line 21 def request @request end |
#scope_method ⇒ Object
Returns the value of attribute scope_method
21 22 23 |
# File 'lib/rails/surrender/helpers/query_param_parser.rb', line 21 def scope_method @scope_method end |