Class: Avatax::Response

Inherits:
Faraday::Response
  • Object
show all
Defined in:
lib/avatax/response.rb

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ Response

Returns a new instance of Response.



3
4
5
6
# File 'lib/avatax/response.rb', line 3

def initialize(response)
  super()
  finish(response.env)
end