class ChefCLI::Policyfile::LocalLockFetcher

def initialize(name, source_options, storage_config)

Parameters:
  • storage_config (StorageConfig) --
  • source_options (Hash) -- A hash with a :path key pointing at the location
  • name (String) -- The name of the policyfile
def initialize(name, source_options, storage_config)
  @name = name
  @source_options = source_options
  @storage_config = storage_config
end