Exception: Katello::Errors::PuppetConflictException

Inherits:
StandardError
  • Object
show all
Defined in:
app/lib/katello/errors.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#conflictsObject

Returns the value of attribute conflicts.



81
82
83
# File 'app/lib/katello/errors.rb', line 81

def conflicts
  @conflicts
end