Method: Puppet::ParseErrorWithIssue#to_h
- Defined in:
- lib/puppet/error.rb
#to_h ⇒ Object
85 86 87 88 89 90 91 92 93 94 95 96 |
# File 'lib/puppet/error.rb', line 85 def to_h { :issue_code => issue_code, :message => , :full_message => to_s, :file => file, :line => line, :pos => pos, :environment => environment.to_s, :node => node.to_s, } end |