Class: RequestHandler::SortOption
- Inherits:
-
Struct
- Object
- Struct
- RequestHandler::SortOption
- Defined in:
- lib/request_handler/sort_option.rb
Instance Attribute Summary collapse
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#field ⇒ Object
Returns the value of attribute field.
Instance Attribute Details
#direction ⇒ Object
Returns the value of attribute direction
4 5 6 |
# File 'lib/request_handler/sort_option.rb', line 4 def direction @direction end |
#field ⇒ Object
Returns the value of attribute field
4 5 6 |
# File 'lib/request_handler/sort_option.rb', line 4 def field @field end |