Class: SendgridNotification::NullMailer::Result

Inherits:
Struct
  • Object
show all
Defined in:
app/models/sendgrid_notification/null_mailer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentsObject

Returns the value of attribute attachments

Returns:

  • (Object)

    the current value of attachments



4
5
6
# File 'app/models/sendgrid_notification/null_mailer.rb', line 4

def attachments
  @attachments
end

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



4
5
6
# File 'app/models/sendgrid_notification/null_mailer.rb', line 4

def body
  @body
end

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



4
5
6
# File 'app/models/sendgrid_notification/null_mailer.rb', line 4

def from
  @from
end

#sent_atObject

Returns the value of attribute sent_at

Returns:

  • (Object)

    the current value of sent_at



4
5
6
# File 'app/models/sendgrid_notification/null_mailer.rb', line 4

def sent_at
  @sent_at
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



4
5
6
# File 'app/models/sendgrid_notification/null_mailer.rb', line 4

def subject
  @subject
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



4
5
6
# File 'app/models/sendgrid_notification/null_mailer.rb', line 4

def to
  @to
end