Class: Groonga::Command::Dump

Inherits:
Base
  • Object
show all
Defined in:
lib/groonga/command/dump.rb

Instance Attribute Summary

Attributes inherited from Base

#arguments, #name, #original_format, #original_source, #path_prefix

Instance Method Summary collapse

Methods inherited from Base

#==, #[], #[]=, #command_format?, #initialize, #key?, parameter_names, #to_command_format, #to_uri_format, #uri_format?

Constructor Details

This class inherits a constructor from Groonga::Command::Base

Instance Method Details

#output_typeObject



26
27
28
# File 'lib/groonga/command/dump.rb', line 26

def output_type
  :none
end