module InventoryRefresh

Constants

VERSION

Attributes

logger[W]

Public Class Methods

logger() click to toggle source
# File lib/inventory_refresh/logging.rb, line 6
def self.logger
  @logger ||= NullLogger.new
end