Exception: RVGP::Plot::GoogleDrive::ExportSheets::MissingSecretsParams

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rvgp/plot/google-drive/output_google_sheets.rb

Overview

The the contents of the :secrets_file, was missing one or more required parameters

Constant Summary collapse

MSG_FORMAT =

The error message we’re outputing

'Config file is missing one or more of the required parameters: ' \
':client_id, :project_id, :client_secret, :token_path, :application_name'

Instance Method Summary collapse

Constructor Details

#initializeMissingSecretsParams

Returns a new instance of MissingSecretsParams.



61
62
63
# File 'lib/rvgp/plot/google-drive/output_google_sheets.rb', line 61

def initialize
  super MSG_FORMAT
end