Module: Puppet::FileCollection::Lookup

Defined in:
lib/vendor/puppet/file_collection/lookup.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Yeah, this is all the external interface that was added to the folks who included this really was. Thankfully.

See the comments in ‘puppet/file_collection.rb` for the annotated version, or just port your code away from this by adding the accessors on your own.



9
10
11
# File 'lib/vendor/puppet/file_collection/lookup.rb', line 9

def file
  @file
end

#lineObject

Yeah, this is all the external interface that was added to the folks who included this really was. Thankfully.

See the comments in ‘puppet/file_collection.rb` for the annotated version, or just port your code away from this by adding the accessors on your own.



9
10
11
# File 'lib/vendor/puppet/file_collection/lookup.rb', line 9

def line
  @line
end