Method: NeverBounce::API::Response::CreditsInfo::Base#monthly?

Defined in:
lib/never_bounce/api/response/credits_info/base.rb

#monthly?Boolean

true if monthly subscription.

Returns:

  • (Boolean)


21
22
23
# File 'lib/never_bounce/api/response/credits_info/base.rb', line 21

def monthly?
  subscription_type == :monthly
end