Class: Puppet::Pops::Model::RenderStringExpression

Inherits:
LiteralString show all
Defined in:
lib/puppet/pops/model/ast.rb

Instance Attribute Summary

Attributes inherited from LiteralString

#value

Attributes inherited from Positioned

#length, #locator, #offset

Attributes inherited from PopsObject

#hash

Class Method Summary collapse

Methods inherited from LiteralString

#_pcore_init_hash, create, #eql?, from_asserted_hash, from_hash, #initialize

Methods inherited from Positioned

#_pcore_init_hash, create, #file, from_asserted_hash, from_hash, #initialize, #line, #pos

Methods inherited from PopsObject

#_pcore_all_contents, #_pcore_contents, #_pcore_init_hash, create, #eql?, from_asserted_hash, from_hash, #initialize, #to_s

Methods included from Types::PuppetObject

#_pcore_all_contents, #_pcore_contents, #_pcore_init_hash, #_pcore_type, #to_s

Constructor Details

This class inherits a constructor from Puppet::Pops::Model::LiteralString

Class Method Details

._pcore_typeObject



3914
3915
3916
3917
3918
# File 'lib/puppet/pops/model/ast.rb', line 3914

def self._pcore_type
  @_pcore_type ||= Types::PObjectType.new('Puppet::AST::RenderStringExpression', {
                                            'parent' => LiteralString._pcore_type
                                          })
end