class YFi::Configuration

Attributes

logger[RW]

Public Class Methods

new() click to toggle source
# File lib/y_fi.rb, line 7
def initialize
  @logger ||= Logger.new(STDOUT)
end