Class: Libcouchbase::HttpResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/libcouchbase/connection.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



27
28
29
# File 'lib/libcouchbase/connection.rb', line 27

def body
  @body
end

#callbackObject

Returns the value of attribute callback

Returns:

  • (Object)

    the current value of callback



27
28
29
# File 'lib/libcouchbase/connection.rb', line 27

def callback
  @callback
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



27
28
29
# File 'lib/libcouchbase/connection.rb', line 27

def headers
  @headers
end

#requestObject

Returns the value of attribute request

Returns:

  • (Object)

    the current value of request



27
28
29
# File 'lib/libcouchbase/connection.rb', line 27

def request
  @request
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



27
28
29
# File 'lib/libcouchbase/connection.rb', line 27

def status
  @status
end