Class: Walinko::HttpClient::Response

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

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



18
19
20
# File 'lib/walinko/http_client.rb', line 18

def body
  @body
end

#idempotent_replayedObject

Returns the value of attribute idempotent_replayed

Returns:

  • (Object)

    the current value of idempotent_replayed



18
19
20
# File 'lib/walinko/http_client.rb', line 18

def idempotent_replayed
  @idempotent_replayed
end

#rate_limitObject

Returns the value of attribute rate_limit

Returns:

  • (Object)

    the current value of rate_limit



18
19
20
# File 'lib/walinko/http_client.rb', line 18

def rate_limit
  @rate_limit
end

#request_idObject

Returns the value of attribute request_id

Returns:

  • (Object)

    the current value of request_id



18
19
20
# File 'lib/walinko/http_client.rb', line 18

def request_id
  @request_id
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



18
19
20
# File 'lib/walinko/http_client.rb', line 18

def status
  @status
end