Exception: Trajectory::BadEvnrionmentError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/trajectory/exceptions/bad_environment_error.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



3
4
5
# File 'lib/trajectory/exceptions/bad_environment_error.rb', line 3

def to_s
  "Specify trajectory API environment variables : TRAJECTORY_API_KEY and TRAJECTORY_ACCOUNT_KEYWORD"
end