Exception: RVGP::Plot::GoogleDrive::ExportSheets::MissingSecretsFile
- Inherits:
-
StandardError
- Object
- StandardError
- RVGP::Plot::GoogleDrive::ExportSheets::MissingSecretsFile
- Defined in:
- lib/rvgp/plot/google-drive/output_google_sheets.rb
Overview
The required parameter, :secrets_file, wasn’t supplied
Constant Summary collapse
- MSG_FORMAT =
The error message we’re outputing
'Missing required parameter :secrets_file'
Instance Method Summary collapse
-
#initialize ⇒ MissingSecretsFile
constructor
A new instance of MissingSecretsFile.
Constructor Details
#initialize ⇒ MissingSecretsFile
Returns a new instance of MissingSecretsFile.
50 51 52 |
# File 'lib/rvgp/plot/google-drive/output_google_sheets.rb', line 50 def initialize super MSG_FORMAT end |