Exception: Katello::Errors::PuppetConflictException
- Inherits:
-
StandardError
- Object
- StandardError
- Katello::Errors::PuppetConflictException
- Defined in:
- app/lib/katello/errors.rb
Instance Attribute Summary collapse
-
#conflicts ⇒ Object
Returns the value of attribute conflicts.
Instance Method Summary collapse
-
#initialize(conflicts) ⇒ PuppetConflictException
constructor
A new instance of PuppetConflictException.
Constructor Details
#initialize(conflicts) ⇒ PuppetConflictException
Returns a new instance of PuppetConflictException.
83 84 85 |
# File 'app/lib/katello/errors.rb', line 83 def initialize(conflicts) self.conflicts = conflicts end |
Instance Attribute Details
#conflicts ⇒ Object
Returns the value of attribute conflicts.
81 82 83 |
# File 'app/lib/katello/errors.rb', line 81 def conflicts @conflicts end |