class TerRor::Config

Attributes

codes_filepath[RW]
messages_filepath[RW]

Public Class Methods

new() click to toggle source
# File lib/ter_ror/config.rb, line 5
def initialize
  @codes_filepath = 'config/error_codes.yml'
  @messages_filepath = 'config/error_messages.yml'
end