Class: NeverBounce::API::Response::CreditsInfo::Paid
- Inherits:
-
Base
- Object
- Base
- NeverBounce::API::Response::Container
- Base
- NeverBounce::API::Response::CreditsInfo::Paid
- Defined in:
- lib/never_bounce/api/response/credits_info/paid.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
:paid
.
Methods inherited from Base
Methods inherited from NeverBounce::API::Response::Container
Instance Attribute Details
#paid_credits_remaining ⇒ Integer
8 |
# File 'lib/never_bounce/api/response/credits_info/paid.rb', line 8 oattr :paid_credits_remaining, :scalar, type: :integer |
#paid_credits_used ⇒ Integer
12 |
# File 'lib/never_bounce/api/response/credits_info/paid.rb', line 12 oattr :paid_credits_used, :scalar, type: :integer |
Instance Method Details
#subscription_type ⇒ Symbol
Always :paid
.
16 17 18 |
# File 'lib/never_bounce/api/response/credits_info/paid.rb', line 16 def subscription_type :paid end |