Class: ElasticSearch::Transport::Memcached::Response
- Inherits:
-
Struct
- Object
- Struct
- ElasticSearch::Transport::Memcached::Response
- Defined in:
- lib/elasticsearch/transport/memcached.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
10 11 12 |
# File 'lib/elasticsearch/transport/memcached.rb', line 10 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers
10 11 12 |
# File 'lib/elasticsearch/transport/memcached.rb', line 10 def headers @headers end |
#status ⇒ Object
Returns the value of attribute status
10 11 12 |
# File 'lib/elasticsearch/transport/memcached.rb', line 10 def status @status end |