Class: Koine::RestClient::MockResponse
- Inherits:
-
Object
- Object
- Koine::RestClient::MockResponse
- Defined in:
- lib/koine/rest_client/rspec_mock_client.rb
Overview
mock response
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#parsed_response ⇒ Object
Returns the value of attribute parsed_response.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
78 79 80 |
# File 'lib/koine/rest_client/rspec_mock_client.rb', line 78 def code @code end |
#parsed_response ⇒ Object
Returns the value of attribute parsed_response.
79 80 81 |
# File 'lib/koine/rest_client/rspec_mock_client.rb', line 79 def parsed_response @parsed_response end |