Class: Puppet::Transaction::Report

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

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_versionObject

Returns the value of attribute configuration_version.



5
6
7
# File 'lib/puppet-herald/stubs/puppet.rb', line 5

def configuration_version
  @configuration_version
end

#environmentObject

Returns the value of attribute environment.



5
6
7
# File 'lib/puppet-herald/stubs/puppet.rb', line 5

def environment
  @environment
end

#hostObject

Returns the value of attribute host.



5
6
7
# File 'lib/puppet-herald/stubs/puppet.rb', line 5

def host
  @host
end

#kindObject

Returns the value of attribute kind.



5
6
7
# File 'lib/puppet-herald/stubs/puppet.rb', line 5

def kind
  @kind
end

#logsObject

Returns the value of attribute logs.



5
6
7
# File 'lib/puppet-herald/stubs/puppet.rb', line 5

def logs
  @logs
end

#puppet_versionObject

Returns the value of attribute puppet_version.



5
6
7
# File 'lib/puppet-herald/stubs/puppet.rb', line 5

def puppet_version
  @puppet_version
end

#statusObject

Returns the value of attribute status.



5
6
7
# File 'lib/puppet-herald/stubs/puppet.rb', line 5

def status
  @status
end

#timeObject

Returns the value of attribute time.



5
6
7
# File 'lib/puppet-herald/stubs/puppet.rb', line 5

def time
  @time
end

#transaction_uuidObject

Returns the value of attribute transaction_uuid.



5
6
7
# File 'lib/puppet-herald/stubs/puppet.rb', line 5

def transaction_uuid
  @transaction_uuid
end