Class: Datadog::Core::Remote::Configuration::Repository::Change::Deleted
- Inherits:
-
Object
- Object
- Datadog::Core::Remote::Configuration::Repository::Change::Deleted
- Defined in:
- lib/datadog/core/remote/configuration/repository.rb
Overview
Delete change
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#previous ⇒ Object
readonly
Returns the value of attribute previous.
Instance Method Summary collapse
-
#initialize(path, previous) ⇒ Deleted
constructor
A new instance of Deleted.
Constructor Details
#initialize(path, previous) ⇒ Deleted
Returns a new instance of Deleted.
236 237 238 239 |
# File 'lib/datadog/core/remote/configuration/repository.rb', line 236 def initialize(path, previous) @path = path @previous = previous end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
234 235 236 |
# File 'lib/datadog/core/remote/configuration/repository.rb', line 234 def path @path end |
#previous ⇒ Object (readonly)
Returns the value of attribute previous.
234 235 236 |
# File 'lib/datadog/core/remote/configuration/repository.rb', line 234 def previous @previous end |