Class: CheckoutSdk::HttpMetadata

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/http_metadata.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



5
6
7
# File 'lib/checkout_sdk/http_metadata.rb', line 5

def body
  @body
end

#headersObject

Returns the value of attribute headers.



5
6
7
# File 'lib/checkout_sdk/http_metadata.rb', line 5

def headers
  @headers
end

#status_codeObject

Returns the value of attribute status_code.



5
6
7
# File 'lib/checkout_sdk/http_metadata.rb', line 5

def status_code
  @status_code
end