Class: Studio::MailTransport::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/studio/mail_transport.rb

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_methodObject

Returns the value of attribute delivery_method

Returns:

  • (Object)

    the current value of delivery_method



5
6
7
# File 'lib/studio/mail_transport.rb', line 5

def delivery_method
  @delivery_method
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



5
6
7
# File 'lib/studio/mail_transport.rb', line 5

def message
  @message
end

#transportObject

Returns the value of attribute transport

Returns:

  • (Object)

    the current value of transport



5
6
7
# File 'lib/studio/mail_transport.rb', line 5

def transport
  @transport
end