Class: Puppet::Util::Log
- Inherits:
-
Object
- Object
- Puppet::Util::Log
- Defined in:
- lib/puppet-herald/stubs/puppet.rb
Instance Attribute Summary collapse
-
#level ⇒ Object
Returns the value of attribute level.
-
#line ⇒ Object
Returns the value of attribute line.
-
#message ⇒ Object
Returns the value of attribute message.
-
#source ⇒ Object
Returns the value of attribute source.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#level ⇒ Object
Returns the value of attribute level.
21 22 23 |
# File 'lib/puppet-herald/stubs/puppet.rb', line 21 def level @level end |
#line ⇒ Object
Returns the value of attribute line.
21 22 23 |
# File 'lib/puppet-herald/stubs/puppet.rb', line 21 def line @line end |
#message ⇒ Object
Returns the value of attribute message.
21 22 23 |
# File 'lib/puppet-herald/stubs/puppet.rb', line 21 def @message end |
#source ⇒ Object
Returns the value of attribute source.
21 22 23 |
# File 'lib/puppet-herald/stubs/puppet.rb', line 21 def source @source end |
#tags ⇒ Object
Returns the value of attribute tags.
21 22 23 |
# File 'lib/puppet-herald/stubs/puppet.rb', line 21 def @tags end |
#time ⇒ Object
Returns the value of attribute time.
21 22 23 |
# File 'lib/puppet-herald/stubs/puppet.rb', line 21 def time @time end |