Class: ElasticSearch::Thrift::Rest::Execute_result
- Inherits:
-
Object
- Object
- ElasticSearch::Thrift::Rest::Execute_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/elasticsearch/transport/thrift/rest.rb
Constant Summary collapse
- SUCCESS =
0
- FIELDS =
{ SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ElasticSearch::Thrift::RestResponse} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
72 |
# File 'lib/elasticsearch/transport/thrift/rest.rb', line 72 def struct_fields; FIELDS; end |
#validate ⇒ Object
74 75 |
# File 'lib/elasticsearch/transport/thrift/rest.rb', line 74 def validate end |