Class: Mailtrap::BillingUsage
- Inherits:
-
Struct
- Object
- Struct
- Mailtrap::BillingUsage
- Defined in:
- lib/mailtrap/billing_usage.rb
Overview
Data Transfer Object for Billing Usage data
Instance Attribute Summary collapse
-
#billing ⇒ Hash
readonly
The billing cycle details.
-
#sending ⇒ Hash
readonly
Sending subscription usage.
-
#testing ⇒ Hash
readonly
Testing subscription usage.
Instance Attribute Details
#billing ⇒ Hash (readonly)
The billing cycle details
10 11 12 |
# File 'lib/mailtrap/billing_usage.rb', line 10 def billing @billing end |
#sending ⇒ Hash (readonly)
Sending subscription usage
10 11 12 |
# File 'lib/mailtrap/billing_usage.rb', line 10 def sending @sending end |
#testing ⇒ Hash (readonly)
Testing subscription usage
10 11 12 |
# File 'lib/mailtrap/billing_usage.rb', line 10 def testing @testing end |