Class: Statement::SimpleParameter
- Defined in:
- lib/puppet/parser/functions/statement.rb
Overview
like the file name in a file source
Instance Method Summary collapse
- #build ⇒ Object
-
#initialize(value = '') ⇒ SimpleParameter
constructor
A new instance of SimpleParameter.
- #value=(value) ⇒ Object
Constructor Details
#initialize(value = '') ⇒ SimpleParameter
Returns a new instance of SimpleParameter.
39 40 41 |
# File 'lib/puppet/parser/functions/statement.rb', line 39 def initialize(value='') @value = value end |