class AppMonit::ApiKeyNotSetError

Public Instance Methods

message() click to toggle source
# File lib/app_monit/errors.rb, line 3
def message
  "Please set your API key, see http://appmon.it/help/set_api_key for more info."
end