Method: Codelocks::Response#initialize

Defined in:
lib/codelocks/response.rb

#initialize(faraday_response) ⇒ Response

Initialize the response object

Parameters:

  • faraday_response (Faraday::Response)


11
12
13
# File 'lib/codelocks/response.rb', line 11

def initialize(faraday_response)
  @response = faraday_response
end