module ChangeHealth::Extensions::CopaymentsIgnoreSpecialistZero
Public Instance Methods
copayments()
click to toggle source
Calls superclass method
# File lib/change_health/extensions.rb, line 22 def copayments super.where_not(serviceTypeCodes: '98', benefitAmount: '0') end