Class: CheckoutSdk::HttpMetadata
- Inherits:
-
Object
- Object
- CheckoutSdk::HttpMetadata
- Defined in:
- lib/checkout_sdk/http_metadata.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#status_code ⇒ Object
Returns the value of attribute status_code.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
5 6 7 |
# File 'lib/checkout_sdk/http_metadata.rb', line 5 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers.
5 6 7 |
# File 'lib/checkout_sdk/http_metadata.rb', line 5 def headers @headers end |
#status_code ⇒ Object
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 |