Class: Elastictastic::Thrift::Rest::Execute_result

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/elastictastic/thrift/rest.rb

Constant Summary collapse

SUCCESS =
0
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => Elastictastic::Thrift::RestResponse}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



72
# File 'lib/elastictastic/thrift/rest.rb', line 72

def struct_fields; FIELDS; end

#validateObject



74
75
# File 'lib/elastictastic/thrift/rest.rb', line 74

def validate
end