Exception: Subjoin::NoOverriddenRootError

Inherits:
Error
  • Object
show all
Defined in:
lib/subjoin/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



5
6
7
# 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