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