Class: SendgridCli::SpamReport
- Defined in:
- lib/sendgrid_cli/spam_report.rb
Instance Method Summary collapse
Methods inherited from Interface
Constructor Details
This class inherits a constructor from SendgridCli::Interface
Instance Method Details
#delete(email) ⇒ Object
9 10 11 |
# File 'lib/sendgrid_cli/spam_report.rb', line 9 def delete(email) super('spamreports', email) end |
#get(email = nil) ⇒ Object
5 6 7 |
# File 'lib/sendgrid_cli/spam_report.rb', line 5 def get(email=nil) super('spamreports', email) end |