Class: Elastictastic::Thrift::Rest::Execute_args

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

Overview

HELPER FUNCTIONS AND STRUCTURES

Constant Summary collapse

REQUEST =
1
FIELDS =
{
  REQUEST => {:type => ::Thrift::Types::STRUCT, :name => 'request', :class => Elastictastic::Thrift::RestRequest}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject

Raises:

  • (::Thrift::ProtocolException)


57
58
59
# File 'lib/elastictastic/thrift/rest.rb', line 57

def validate
  raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field request is unset!') unless @request
end