Class: Audd::HttpClient::Response

Inherits:
Struct
  • Object
show all
Defined in:
lib/audd/http_client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



12
13
14
# File 'lib/audd/http_client.rb', line 12

def body
  @body
end

#request_idObject

Returns the value of attribute request_id

Returns:

  • (Object)

    the current value of request_id



12
13
14
# File 'lib/audd/http_client.rb', line 12

def request_id
  @request_id
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



12
13
14
# File 'lib/audd/http_client.rb', line 12

def status
  @status
end