Exception: MimeActor::ActionError
- Defined in:
- lib/mime_actor/errors.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#action ⇒ Object
readonly
Returns the value of attribute action.
Instance Method Summary collapse
-
#initialize(action = nil) ⇒ ActionError
constructor
A new instance of ActionError.
Methods inherited from Error
Constructor Details
#initialize(action = nil) ⇒ ActionError
Returns a new instance of ActionError.
36 37 38 39 |
# File 'lib/mime_actor/errors.rb', line 36 def initialize(action = nil) @action = action super() end |
Instance Attribute Details
#action ⇒ Object (readonly)
Returns the value of attribute action.
34 35 36 |
# File 'lib/mime_actor/errors.rb', line 34 def action @action end |