class SalsaLabs::ConfigurationError
Public Instance Methods
message()
click to toggle source
@!attribute [r] message @return [String]
the error message
# File lib/salsa_labs.rb, line 24 def message 'You have not properly configured SalsaLabs with your email and password' end