Module: AbideDataProcessor::Processor

Defined in:
lib/abide-data-processor/logger.rb,
lib/abide-data-processor/processor.rb

Defined Under Namespace

Classes: Logger

Class Method Summary collapse

Class Method Details

.create_resources(resources_hash, control_maps, only, ignore, control_configs) ⇒ Object



7
8
9
10
# File 'lib/abide-data-processor/processor.rb', line 7

def self.create_resources(resources_hash, control_maps, only, ignore, control_configs)
  unfrozen_resources = Marshal.load(Marshal.dump(resources_hash))
  AbideDataProcessor::Parser.parse(unfrozen_resources, control_maps, only: only, ignore: ignore, control_configs: control_configs)
end