Class: SendgridNotification::NullMailer::Result
- Inherits:
-
Struct
- Object
- Struct
- SendgridNotification::NullMailer::Result
- Defined in:
- app/models/sendgrid_notification/null_mailer.rb
Instance Attribute Summary collapse
-
#attachments ⇒ Object
Returns the value of attribute attachments.
-
#body ⇒ Object
Returns the value of attribute body.
-
#from ⇒ Object
Returns the value of attribute from.
-
#sent_at ⇒ Object
Returns the value of attribute sent_at.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#attachments ⇒ Object
Returns the value of attribute attachments
4 5 6 |
# File 'app/models/sendgrid_notification/null_mailer.rb', line 4 def @attachments end |
#body ⇒ Object
Returns the value of attribute body
4 5 6 |
# File 'app/models/sendgrid_notification/null_mailer.rb', line 4 def body @body end |
#from ⇒ Object
Returns the value of attribute from
4 5 6 |
# File 'app/models/sendgrid_notification/null_mailer.rb', line 4 def from @from end |
#sent_at ⇒ Object
Returns the value of attribute sent_at
4 5 6 |
# File 'app/models/sendgrid_notification/null_mailer.rb', line 4 def sent_at @sent_at end |
#subject ⇒ Object
Returns the value of attribute subject
4 5 6 |
# File 'app/models/sendgrid_notification/null_mailer.rb', line 4 def subject @subject end |
#to ⇒ Object
Returns the value of attribute to
4 5 6 |
# File 'app/models/sendgrid_notification/null_mailer.rb', line 4 def to @to end |