Class: Mailfloss::Resources::Reports
- Defined in:
- lib/mailfloss/resources.rb,
sig/resources.rbs
Overview
GET /reports/*
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#usage(period: nil, connection_id: nil) ⇒ Hash
GET /reports/usage — verification usage report.
Methods inherited from Base
Constructor Details
This class inherits a constructor from Mailfloss::Resources::Base
Instance Method Details
#usage(period: nil, connection_id: nil) ⇒ Hash
GET /reports/usage — verification usage report.
106 107 108 109 |
# File 'lib/mailfloss/resources.rb', line 106 def usage(period: nil, connection_id: nil) client.request(:get, "/reports/usage", query: { period: period, connection_id: connection_id }) end |