Class: Puppet::Util::Log

Inherits:
Object
  • Object
show all
Defined in:
lib/puppet-herald/stubs/puppet.rb

Instance Attribute Summary collapse

Instance Attribute Details

#levelObject

Returns the value of attribute level.



21
22
23
# File 'lib/puppet-herald/stubs/puppet.rb', line 21

def level
  @level
end

#lineObject

Returns the value of attribute line.



21
22
23
# File 'lib/puppet-herald/stubs/puppet.rb', line 21

def line
  @line
end

#messageObject

Returns the value of attribute message.



21
22
23
# File 'lib/puppet-herald/stubs/puppet.rb', line 21

def message
  @message
end

#sourceObject

Returns the value of attribute source.



21
22
23
# File 'lib/puppet-herald/stubs/puppet.rb', line 21

def source
  @source
end

#tagsObject

Returns the value of attribute tags.



21
22
23
# File 'lib/puppet-herald/stubs/puppet.rb', line 21

def tags
  @tags
end

#timeObject

Returns the value of attribute time.



21
22
23
# File 'lib/puppet-herald/stubs/puppet.rb', line 21

def time
  @time
end