Class: PensioAPI::Callback::FakeRequest
- Inherits:
-
Struct
- Object
- Struct
- PensioAPI::Callback::FakeRequest
- Defined in:
- lib/pensio_api/callback.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#headers ⇒ Object
Returns the value of attribute headers.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
3 4 5 |
# File 'lib/pensio_api/callback.rb', line 3 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers
3 4 5 |
# File 'lib/pensio_api/callback.rb', line 3 def headers @headers end |