Method: Puppet::Type#file

Defined in:
lib/puppet/type.rb

#fileString

Returns The file from which this type originates from.

Returns:

  • (String)

    The file from which this type originates from



2262
2263
2264
# File 'lib/puppet/type.rb', line 2262

def file
  @file
end