Exception: AppEngine::Util::Gcloud::GcloudNotAuthenticated
- Defined in:
- lib/appengine/util/gcloud.rb
Overview
Exception raised when gcloud auth has not been completed.
Instance Method Summary collapse
-
#initialize ⇒ GcloudNotAuthenticated
constructor
A new instance of GcloudNotAuthenticated.
Constructor Details
#initialize ⇒ GcloudNotAuthenticated
Returns a new instance of GcloudNotAuthenticated.
56 57 58 |
# File 'lib/appengine/util/gcloud.rb', line 56 def initialize super "GCloud not authenticated" end |