class BookingAutomation::APIError
Attributes
response[RW]
Public Class Methods
new(msg, response)
click to toggle source
Calls superclass method
# File lib/booking_automation.rb, line 18 def initialize(msg, response) super(msg) @response = response end