class NeverBounce::API::Response::CreditsInfo::Monthly

Public Instance Methods

subscription_type() click to toggle source

Always :monthly. @return [Symbol]

# File lib/never_bounce/api/response/credits_info/monthly.rb, line 12
def subscription_type
  :monthly
end