Class: MailHandler::Sender::Sending

Inherits:
Struct
  • Object
show all
Defined in:
lib/mailhandler/sender.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



20
21
22
# File 'lib/mailhandler/sender.rb', line 20

def duration
  @duration
end

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



20
21
22
# File 'lib/mailhandler/sender.rb', line 20

def email
  @email
end

#finished_atObject

Returns the value of attribute finished_at

Returns:

  • (Object)

    the current value of finished_at



20
21
22
# File 'lib/mailhandler/sender.rb', line 20

def finished_at
  @finished_at
end

#responseObject

Returns the value of attribute response

Returns:

  • (Object)

    the current value of response



20
21
22
# File 'lib/mailhandler/sender.rb', line 20

def response
  @response
end

#started_atObject

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



20
21
22
# File 'lib/mailhandler/sender.rb', line 20

def started_at
  @started_at
end