Module: ChangeHealth::Extensions::InNetworkMissing

Defined in:
lib/change_health/extensions.rb

Instance Method Summary collapse

Instance Method Details

#in_networkObject



10
11
12
# File 'lib/change_health/extensions.rb', line 10

def in_network
  self.where_not(inPlanNetworkIndicatorCode: 'N')
end