Class: QuickPay::API::Client::Request
- Inherits:
-
Struct
- Object
- Struct
- QuickPay::API::Client::Request
- Defined in:
- lib/quickpay/api/client.rb
Overview
rubocop:disable Lint/StructNewOverride
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#method ⇒ Object
Returns the value of attribute method.
-
#path ⇒ Object
Returns the value of attribute path.
-
#query ⇒ Object
Returns the value of attribute query.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
16 17 18 |
# File 'lib/quickpay/api/client.rb', line 16 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers
16 17 18 |
# File 'lib/quickpay/api/client.rb', line 16 def headers @headers end |
#method ⇒ Object
Returns the value of attribute method
16 17 18 |
# File 'lib/quickpay/api/client.rb', line 16 def method @method end |
#path ⇒ Object
Returns the value of attribute path
16 17 18 |
# File 'lib/quickpay/api/client.rb', line 16 def path @path end |
#query ⇒ Object
Returns the value of attribute query
16 17 18 |
# File 'lib/quickpay/api/client.rb', line 16 def query @query end |