Module: InventoryRefresh

Defined in:
lib/inventory_refresh.rb,
lib/inventory_refresh/graph.rb,
lib/inventory_refresh/target.rb,
lib/inventory_refresh/logging.rb,
lib/inventory_refresh/version.rb,
lib/inventory_refresh/null_logger.rb,
lib/inventory_refresh/save_inventory.rb,
lib/inventory_refresh/inventory_object.rb,
lib/inventory_refresh/target_collection.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/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/references_storage.rb,
lib/inventory_refresh/inventory_collection/index/type/local_db.rb,
lib/inventory_refresh/inventory_collection/index/type/skeletal.rb

Defined Under Namespace

Modules: Logging, SaveCollection Classes: ApplicationRecordIterator, ApplicationRecordReference, Graph, InventoryCollection, InventoryObject, InventoryObjectLazy, NullLogger, SaveInventory, Target, TargetCollection

Constant Summary collapse

VERSION =
"0.1.0".freeze

Class Attribute Summary collapse

Class Attribute Details

.logObject

Returns the value of attribute log.



14
15
16
# File 'lib/inventory_refresh.rb', line 14

def log
  @log
end