class AppEngine::Util::Gcloud::GcloudNotAuthenticated
Exception raised when gcloud auth has not been completed.
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/appengine/util/gcloud.rb, line 56 def initialize super "GCloud not authenticated" end