Exception: RVGP::Plot::GoogleDrive::ExportSheets::MissingSecretsFile

Inherits:
StandardError
  • Object
show all
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

Constructor Details

#initializeMissingSecretsFile

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