Class: Groonga::Command::IndexColumnDiff

Inherits:
Base
  • Object
show all
Defined in:
lib/groonga/command/index-column-diff.rb

Instance Attribute Summary

Attributes inherited from Base

#arguments, #command_name, #original_format, #original_source, #path_prefix

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Base

#==, #[], #[]=, #command_format?, #initialize, #key?, #output_type, #request_id, #to_command_format, #to_elasticsearch_format, #to_s, #to_uri_format, #uri_format?

Constructor Details

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

Class Method Details

.command_nameObject



23
24
25
# File 'lib/groonga/command/index-column-diff.rb', line 23

def command_name
  "index_column_diff"
end

.parameter_namesObject



27
28
29
30
31
32
# File 'lib/groonga/command/index-column-diff.rb', line 27

def parameter_names
  [
    :table,
    :name,
  ]
end

Instance Method Details

#nameString

Returns The tcolumn name.

Returns:

  • (String)

    The tcolumn name.

Since:

  • 1.3.9



45
46
47
# File 'lib/groonga/command/index-column-diff.rb', line 45

def name
  self[:name]
end

#tableString

Returns The table name.

Returns:

  • (String)

    The table name.

Since:

  • 1.3.9



39
40
41
# File 'lib/groonga/command/index-column-diff.rb', line 39

def table
  self[:table]
end