Class: NeverBounce::API::Response::CreditsInfo::Monthly
- Inherits:
-
Base
- Object
- Base
- NeverBounce::API::Response::Container
- Base
- NeverBounce::API::Response::CreditsInfo::Monthly
- Defined in:
- lib/never_bounce/api/response/credits_info/monthly.rb
Instance Attribute Summary collapse
Attributes inherited from Base
#free_credits_remaining, #free_credits_used
Attributes inherited from NeverBounce::API::Response::Container
Instance Method Summary collapse
-
#subscription_type ⇒ Symbol
Always
:monthly
.
Methods inherited from Base
Methods inherited from NeverBounce::API::Response::Container
Instance Attribute Details
#monthly_api_usage ⇒ Integer
8 |
# File 'lib/never_bounce/api/response/credits_info/monthly.rb', line 8 oattr :monthly_api_usage, :scalar, type: :integer |
Instance Method Details
#subscription_type ⇒ Symbol
Always :monthly
.
12 13 14 |
# File 'lib/never_bounce/api/response/credits_info/monthly.rb', line 12 def subscription_type :monthly end |