Module: Koha::Client::Response
- Defined in:
- lib/koha/client.rb
Overview
A simple mixin for process_response.
Instance Attribute Summary collapse
-
#request ⇒ Object
Returns the value of attribute request.
-
#response ⇒ Object
Returns the value of attribute response.
Instance Attribute Details
#request ⇒ Object
Returns the value of attribute request.
87 88 89 |
# File 'lib/koha/client.rb', line 87 def request @request end |
#response ⇒ Object
Returns the value of attribute response.
87 88 89 |
# File 'lib/koha/client.rb', line 87 def response @response end |