Exception: MimeActor::ActorError
- Defined in:
- lib/mime_actor/errors.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#actor ⇒ Object
readonly
Returns the value of attribute actor.
Instance Method Summary collapse
-
#initialize(actor) ⇒ ActorError
constructor
A new instance of ActorError.
Methods inherited from Error
Constructor Details
#initialize(actor) ⇒ ActorError
Returns a new instance of ActorError.
21 22 23 24 |
# File 'lib/mime_actor/errors.rb', line 21 def initialize(actor) @actor = actor super() end |
Instance Attribute Details
#actor ⇒ Object (readonly)
Returns the value of attribute actor.
19 20 21 |
# File 'lib/mime_actor/errors.rb', line 19 def actor @actor end |