class StarlingTerminal::MissingAccessTokenError

Raised if there is no access token provided for accessing the Starling Bank API

Public Instance Methods

message() click to toggle source
# File lib/starling_terminal/errors/missing_access_token_error.rb, line 6
def message
  'Starling Terminal needs an access token to access the Starling Bank API on your' \
  ' behalf. Head to the Personal Access section at https://developer.starlingbank.' \
  'com/get-started to get started, then set the environment variable ' \
  '$STARLING_ACCESS_TOKEN.'
end
Also aliased as: to_s
to_s()
Alias for: message