Method: Puppet::Parameter#version

Defined in:
lib/puppet/parameter.rb

#versionInteger

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.



332
333
334
# File 'lib/puppet/parameter.rb', line 332

def version
  resource.version
end