class Avatax::Response
Public Class Methods
new(response)
click to toggle source
Calls superclass method
# File lib/avatax/response.rb, line 3 def initialize(response) super() finish(response.env) end