class ChefCLI::Policyfile::RemoteLockFetcher

def initialize(name, source_options)

Parameters:
  • 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)
  @name = name
  @source_options = source_options
end