Class: ElasticSearch::Thrift::Rest::Execute_args
- Inherits:
-
Object
- Object
- ElasticSearch::Thrift::Rest::Execute_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/elastic_search/thrift/rest.rb
Overview
HELPER FUNCTIONS AND STRUCTURES
Constant Summary collapse
- REQUEST =
1- FIELDS =
{ REQUEST => {:type => ::Thrift::Types::STRUCT, :name => 'request', :class => ElasticSearch::Thrift::RestRequest} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
53 |
# File 'lib/elastic_search/thrift/rest.rb', line 53 def struct_fields; FIELDS; end |
#validate ⇒ Object
55 56 57 |
# File 'lib/elastic_search/thrift/rest.rb', line 55 def validate raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field request is unset!') unless @request end |