Exception: Economic::MissingCredentialsError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/economic/credentials.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



22
23
24
# File 'lib/economic/credentials.rb', line 22

def message
  "Credentials missing! Initialize the resource with a set of credentials or set them on Economic::Configuration"
end