Class: Groonga::Client::Request::Select::SortKeysParameter
- Inherits:
-
ValuesParameter
- Object
- ValuesParameter
- Groonga::Client::Request::Select::SortKeysParameter
- Defined in:
- lib/groonga/client/request/select.rb
Instance Method Summary collapse
-
#initialize(prefix, output_columns) ⇒ SortKeysParameter
constructor
A new instance of SortKeysParameter.
Methods inherited from ValuesParameter
Constructor Details
#initialize(prefix, output_columns) ⇒ SortKeysParameter
Returns a new instance of SortKeysParameter.
871 872 873 874 875 876 |
# File 'lib/groonga/client/request/select.rb', line 871 def initialize(prefix, output_columns) names = [ :"#{prefix}sort_keys", ] super(names, output_columns) end |