Exception: ThreeScale::Backend::OauthNotEnabled
- Defined in:
- lib/3scale/backend/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ OauthNotEnabled
constructor
A new instance of OauthNotEnabled.
Methods inherited from Error
#code, code, #http_code, #to_xml, underscore
Constructor Details
#initialize ⇒ OauthNotEnabled
Returns a new instance of OauthNotEnabled.
89 90 91 |
# File 'lib/3scale/backend/errors.rb', line 89 def initialize super 'oauth is not enabled'.freeze end |