Class: Koine::RestClient::MockResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/koine/rest_client/rspec_mock_client.rb

Overview

mock response

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

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_responseObject

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