Exception: Katello::Errors::UnsupportedActionException
- Inherits:
-
StandardError
- Object
- StandardError
- Katello::Errors::UnsupportedActionException
- Defined in:
- app/lib/katello/errors.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
readonly
Returns the value of attribute action.
-
#receiver ⇒ Object
readonly
Returns the value of attribute receiver.
Instance Method Summary collapse
-
#initialize(action, receiver, message) ⇒ UnsupportedActionException
constructor
A new instance of UnsupportedActionException.
Constructor Details
#initialize(action, receiver, message) ⇒ UnsupportedActionException
Returns a new instance of UnsupportedActionException.
71 72 73 74 |
# File 'app/lib/katello/errors.rb', line 71 def initialize(action, receiver, ) @action, @receiver = action, receiver super() end |
Instance Attribute Details
#action ⇒ Object (readonly)
Returns the value of attribute action.
69 70 71 |
# File 'app/lib/katello/errors.rb', line 69 def action @action end |
#receiver ⇒ Object (readonly)
Returns the value of attribute receiver.
69 70 71 |
# File 'app/lib/katello/errors.rb', line 69 def receiver @receiver end |