class Xeroizer::ObjectNotFound
Public Class Methods
new(api_endpoint)
click to toggle source
# File lib/xeroizer/exceptions.rb, line 61 def initialize(api_endpoint) @api_endpoint = api_endpoint end
Public Instance Methods
message()
click to toggle source
# File lib/xeroizer/exceptions.rb, line 65 def message "Couldn't find object for API Endpoint #{@api_endpoint}" end