Module: InventoryRefresh

Defined in:
lib/inventory_refresh/graph.rb,
lib/inventory_refresh/logging.rb,
lib/inventory_refresh/version.rb,
lib/inventory_refresh/exception.rb,
lib/inventory_refresh/persister.rb,
lib/inventory_refresh/null_logger.rb,
lib/inventory_refresh/save_inventory.rb,
lib/inventory_refresh/inventory_object.rb,
lib/inventory_refresh/inventory_collection.rb,
lib/inventory_refresh/inventory_object_lazy.rb,
lib/inventory_refresh/graph/topological_sort.rb,
lib/inventory_refresh/inventory_collection/graph.rb,
lib/inventory_refresh/application_record_iterator.rb,
lib/inventory_refresh/application_record_reference.rb,
lib/inventory_refresh/inventory_collection/builder.rb,
lib/inventory_refresh/inventory_collection/helpers.rb,
lib/inventory_refresh/inventory_collection/scanner.rb,
lib/inventory_refresh/inventory_collection/reference.rb,
lib/inventory_refresh/inventory_collection/index/proxy.rb,
lib/inventory_refresh/inventory_collection/data_storage.rb,
lib/inventory_refresh/inventory_collection/serialization.rb,
lib/inventory_refresh/inventory_collection/index/type/base.rb,
lib/inventory_refresh/inventory_collection/index/type/data.rb,
lib/inventory_refresh/inventory_collection/unconnected_edge.rb,
lib/inventory_refresh/inventory_collection/references_storage.rb,
lib/inventory_refresh/inventory_collection/index/type/local_db.rb,
lib/inventory_refresh/inventory_collection/index/type/skeletal.rb,
lib/inventory_refresh/inventory_collection/helpers/questions_helper.rb,
lib/inventory_refresh/inventory_collection/helpers/initialize_helper.rb,
lib/inventory_refresh/inventory_collection/helpers/associations_helper.rb

Defined Under Namespace

Modules: Exception, Logging, SaveCollection Classes: ApplicationRecordIterator, ApplicationRecordReference, Graph, InventoryCollection, InventoryObject, InventoryObjectLazy, NullLogger, Persister, SaveInventory

Constant Summary collapse

VERSION =
"0.3.1".freeze

Class Attribute Summary collapse

Class Attribute Details

.loggerObject



6
7
8
# File 'lib/inventory_refresh/logging.rb', line 6

def self.logger
  @logger ||= NullLogger.new
end