Class: ElasticSearchThrift::Response

Inherits:
Struct
  • Object
show all
Defined in:
lib/elastic_search_thrift/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body



85
86
87
# File 'lib/elastic_search_thrift/client.rb', line 85

def body
  @body
end

#headersObject

Returns the value of attribute headers



85
86
87
# File 'lib/elastic_search_thrift/client.rb', line 85

def headers
  @headers
end

#statusObject

Returns the value of attribute status



85
86
87
# File 'lib/elastic_search_thrift/client.rb', line 85

def status
  @status
end