Exception: Creatary::OAuthConsumerAttributesMissing
- Defined in:
- lib/creatary/error.rb
Overview
Raised when client tries to use any of the API methods that require OAUTH without configuring the consumer_key or consumer_secret
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize ⇒ OAuthConsumerAttributesMissing
constructor
A new instance of OAuthConsumerAttributesMissing.
Constructor Details
#initialize ⇒ OAuthConsumerAttributesMissing
Returns a new instance of OAuthConsumerAttributesMissing.
15 16 17 |
# File 'lib/creatary/error.rb', line 15 def initialize super 'consumer_key or consumer_secret not configured' end |