Class: SendGrid4r::REST::SpamReports::SpamReport
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::SpamReports::SpamReport
- Defined in:
- lib/sendgrid4r/rest/spam_reports.rb
Instance Attribute Summary collapse
-
#created ⇒ Object
Returns the value of attribute created.
-
#email ⇒ Object
Returns the value of attribute email.
-
#ip ⇒ Object
Returns the value of attribute ip.
Instance Attribute Details
#created ⇒ Object
Returns the value of attribute created
10 11 12 |
# File 'lib/sendgrid4r/rest/spam_reports.rb', line 10 def created @created end |
#email ⇒ Object
Returns the value of attribute email
10 11 12 |
# File 'lib/sendgrid4r/rest/spam_reports.rb', line 10 def email @email end |
#ip ⇒ Object
Returns the value of attribute ip
10 11 12 |
# File 'lib/sendgrid4r/rest/spam_reports.rb', line 10 def ip @ip end |