Class: ElasticSearchThrift::Response
- Inherits:
-
Struct
- Object
- Struct
- ElasticSearchThrift::Response
- Defined in:
- lib/elastic_search_thrift/client.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
85 86 87 |
# File 'lib/elastic_search_thrift/client.rb', line 85 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers
85 86 87 |
# File 'lib/elastic_search_thrift/client.rb', line 85 def headers @headers end |
#status ⇒ Object
Returns the value of attribute status
85 86 87 |
# File 'lib/elastic_search_thrift/client.rb', line 85 def status @status end |