class Subjoin::NoOverriddenRootError

Public Instance Methods

message() click to toggle source
# File lib/subjoin/errors.rb, line 5
def message
  "You must derive a class from Subjoin::Resource and override Resource#Root to return the root URL of the API you are using. This derived class should, in turn be used as the base class for your other custom classes."
end