module ChangeHealth::Extensions::InNetworkMissing

Public Instance Methods

in_network() click to toggle source
# File lib/change_health/extensions.rb, line 10
def in_network
  self.where_not(inPlanNetworkIndicatorCode: 'N')
end