Method: Puppet::Pops::Model::QueryExpression.from_asserted_hash
- Defined in:
- lib/puppet/pops/model/ast.rb
.from_asserted_hash(init_hash) ⇒ Object
1407 1408 1409 1410 1411 1412 1413 |
# File 'lib/puppet/pops/model/ast.rb', line 1407 def self.from_asserted_hash(init_hash) new( init_hash['locator'], init_hash['offset'], init_hash['length'], init_hash['expr']) end |