class ChaskiqRubyClient::ConfigError

Attributes

object[R]

Public Class Methods

new(key) click to toggle source
# File lib/chaskiqRubyClient/config.rb, line 26
def initialize(key)
  @key = key
end

Public Instance Methods

message() click to toggle source
# File lib/chaskiqRubyClient/config.rb, line 30
def message
  "\033[31m #{@key} config key not found, add it in Chaskiq::Config.setup initializer \033[0m"
end