Class: Puppet::Transaction::Report
- Inherits:
-
Object
- Object
- Puppet::Transaction::Report
- Defined in:
- lib/puppet-herald/stubs/puppet.rb
Instance Attribute Summary collapse
-
#configuration_version ⇒ Object
Returns the value of attribute configuration_version.
-
#environment ⇒ Object
Returns the value of attribute environment.
-
#host ⇒ Object
Returns the value of attribute host.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#logs ⇒ Object
Returns the value of attribute logs.
-
#puppet_version ⇒ Object
Returns the value of attribute puppet_version.
-
#status ⇒ Object
Returns the value of attribute status.
-
#time ⇒ Object
Returns the value of attribute time.
-
#transaction_uuid ⇒ Object
Returns the value of attribute transaction_uuid.
Instance Attribute Details
#configuration_version ⇒ Object
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 |
#environment ⇒ Object
Returns the value of attribute environment.
5 6 7 |
# File 'lib/puppet-herald/stubs/puppet.rb', line 5 def environment @environment end |
#host ⇒ Object
Returns the value of attribute host.
5 6 7 |
# File 'lib/puppet-herald/stubs/puppet.rb', line 5 def host @host end |
#kind ⇒ Object
Returns the value of attribute kind.
5 6 7 |
# File 'lib/puppet-herald/stubs/puppet.rb', line 5 def kind @kind end |
#logs ⇒ Object
Returns the value of attribute logs.
5 6 7 |
# File 'lib/puppet-herald/stubs/puppet.rb', line 5 def logs @logs end |
#puppet_version ⇒ Object
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 |
#status ⇒ Object
Returns the value of attribute status.
5 6 7 |
# File 'lib/puppet-herald/stubs/puppet.rb', line 5 def status @status end |
#time ⇒ Object
Returns the value of attribute time.
5 6 7 |
# File 'lib/puppet-herald/stubs/puppet.rb', line 5 def time @time end |
#transaction_uuid ⇒ Object
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 |