Exception: Google::Serverless::Exec::Gcloud::GcloudNotAuthenticated
- Inherits:
-
Error
- Object
- StandardError
- Error
- Google::Serverless::Exec::Gcloud::GcloudNotAuthenticated
- Defined in:
- lib/google/serverless/exec/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.
57 58 59 |
# File 'lib/google/serverless/exec/gcloud.rb', line 57 def initialize super "GCloud not authenticated" end |