Class: Puppet::Transaction::Report

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

Overview

A stub Puppet class

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_versionString

A puppet variable from report

Returns:

  • (String)

    a puppet set variable



9
10
11
# File 'lib/puppet-herald/stubs/puppet.rb', line 9

def configuration_version
  @configuration_version
end

#environmentString

A puppet variable from report

Returns:

  • (String)

    a puppet set variable



13
14
15
# File 'lib/puppet-herald/stubs/puppet.rb', line 13

def environment
  @environment
end

#hostString

A puppet variable from report

Returns:

  • (String)

    a puppet set variable



9
10
11
# File 'lib/puppet-herald/stubs/puppet.rb', line 9

def host
  @host
end

#kindString

A puppet variable from report

Returns:

  • (String)

    a puppet set variable



9
10
11
# File 'lib/puppet-herald/stubs/puppet.rb', line 9

def kind
  @kind
end

#logsString

A puppet variable from report

Returns:

  • (String)

    a puppet set variable



13
14
15
# File 'lib/puppet-herald/stubs/puppet.rb', line 13

def logs
  @logs
end

#puppet_versionString

A puppet variable from report

Returns:

  • (String)

    a puppet set variable



9
10
11
# File 'lib/puppet-herald/stubs/puppet.rb', line 9

def puppet_version
  @puppet_version
end

#statusString

A puppet variable from report

Returns:

  • (String)

    a puppet set variable



13
14
15
# File 'lib/puppet-herald/stubs/puppet.rb', line 13

def status
  @status
end

#timeString

A puppet variable from report

Returns:

  • (String)

    a puppet set variable



9
10
11
# File 'lib/puppet-herald/stubs/puppet.rb', line 9

def time
  @time
end

#transaction_uuidString

A puppet variable from report

Returns:

  • (String)

    a puppet set variable



13
14
15
# File 'lib/puppet-herald/stubs/puppet.rb', line 13

def transaction_uuid
  @transaction_uuid
end