module AbideDataProcessor::Processor
Public Class Methods
create_resources(resources_hash, control_maps, only, ignore, control_configs)
click to toggle source
# 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