Class: MailHandler::Sender::Sending
- Inherits:
-
Struct
- Object
- Struct
- MailHandler::Sender::Sending
- Defined in:
- lib/mailhandler/sender.rb
Overview
Instance Attribute Summary collapse
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#email ⇒ Object
Returns the value of attribute email.
-
#finished_at ⇒ Object
Returns the value of attribute finished_at.
-
#response ⇒ Object
Returns the value of attribute response.
-
#started_at ⇒ Object
Returns the value of attribute started_at.
Instance Attribute Details
#duration ⇒ Object
Returns the value of attribute duration
16 17 18 |
# File 'lib/mailhandler/sender.rb', line 16 def duration @duration end |
#email ⇒ Object
Returns the value of attribute email
16 17 18 |
# File 'lib/mailhandler/sender.rb', line 16 def email @email end |
#finished_at ⇒ Object
Returns the value of attribute finished_at
16 17 18 |
# File 'lib/mailhandler/sender.rb', line 16 def finished_at @finished_at end |
#response ⇒ Object
Returns the value of attribute response
16 17 18 |
# File 'lib/mailhandler/sender.rb', line 16 def response @response end |
#started_at ⇒ Object
Returns the value of attribute started_at
16 17 18 |
# File 'lib/mailhandler/sender.rb', line 16 def started_at @started_at end |