Class: ThreeScale::Backend::Storage::UnspecifiedURI
- Defined in:
- lib/3scale/backend/storage_helpers.rb
Instance Method Summary collapse
-
#initialize ⇒ UnspecifiedURI
constructor
A new instance of UnspecifiedURI.
Constructor Details
#initialize ⇒ UnspecifiedURI
Returns a new instance of UnspecifiedURI.
28 29 30 31 |
# File 'lib/3scale/backend/storage_helpers.rb', line 28 def initialize super "Redis URL not specified with url, " \ "proxy, server or default_url." end |