Class: Statement::TypedParameterSimpleValue
- Inherits:
-
TypedParameterValue
- Object
- TypedParameterValue
- Statement::TypedParameterSimpleValue
- Defined in:
- lib/puppet/parser/functions/statement.rb
Overview
flags(no-parse): like no-parse
Instance Method Summary collapse
- #build ⇒ Object
-
#initialize(value = nil) ⇒ TypedParameterSimpleValue
constructor
A new instance of TypedParameterSimpleValue.
Constructor Details
#initialize(value = nil) ⇒ TypedParameterSimpleValue
Returns a new instance of TypedParameterSimpleValue.
91 92 93 |
# File 'lib/puppet/parser/functions/statement.rb', line 91 def initialize(value=nil) @value = value end |