class Bellboy::BellboyAPIError
Base for all API errors
Public Class Methods
new(location)
click to toggle source
# File lib/bellboy/errors.rb, line 48 def initialize(location) @location = location end
Base for all API errors
# File lib/bellboy/errors.rb, line 48 def initialize(location) @location = location end