class Beds24::APIError

Attributes

response[RW]

Public Class Methods

new(msg, response) click to toggle source
Calls superclass method
# File lib/beds24.rb, line 18
def initialize(msg, response)
  super(msg)
  @response = response
end