Method: Puppet::Parameter#file

Defined in:
lib/puppet/parameter.rb

#fileInteger

Returns the result of calling the same method on the associated resource.

Returns:

  • (Integer)

    Returns the result of calling the same method on the associated resource.



327
328
329
# File 'lib/puppet/parameter.rb', line 327

def file
  resource.file
end