class ExtendWarranties::Response

Public Class Methods

new(response) click to toggle source
Calls superclass method
# File lib/extend_warranties/response.rb, line 3
def initialize(response)
  super()
  finish(response.env)
end