Class: Studio::MailTransport::Result
- Inherits:
-
Struct
- Object
- Struct
- Studio::MailTransport::Result
- Defined in:
- lib/studio/mail_transport.rb
Instance Attribute Summary collapse
-
#delivery_method ⇒ Object
Returns the value of attribute delivery_method.
-
#message ⇒ Object
Returns the value of attribute message.
-
#transport ⇒ Object
Returns the value of attribute transport.
Instance Attribute Details
#delivery_method ⇒ Object
Returns the value of attribute delivery_method
5 6 7 |
# File 'lib/studio/mail_transport.rb', line 5 def delivery_method @delivery_method end |
#message ⇒ Object
Returns the value of attribute message
5 6 7 |
# File 'lib/studio/mail_transport.rb', line 5 def @message end |
#transport ⇒ Object
Returns the value of attribute transport
5 6 7 |
# File 'lib/studio/mail_transport.rb', line 5 def transport @transport end |