Exception: BookingSync::API::UnsupportedResponse

Inherits:
Error
  • Object
show all
Defined in:
lib/bookingsync/api/error.rb

Instance Attribute Summary

Attributes inherited from Error

#body, #headers, #status

Instance Method Summary collapse

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from BookingSync::API::Error

Instance Method Details

#messageObject



25
26
27
# File 'lib/bookingsync/api/error.rb', line 25

def message
  super("Received unsupported response from BookingSync API")
end