class NaturalBornSlugger::Configuration

Attributes

hashified_length[RW]
ignore_attribute_setters[RW]
logger[RW]

Public Class Methods

new() click to toggle source
# File lib/natural_born_slugger/configuration.rb, line 8
def initialize
  @ignore_attribute_setters = true
  @hashified_length = 7
  @logger = Logger.new(STDERR)
end