class Redox::Models::PotentialMatches
Public Class Methods
new(data = [])
click to toggle source
Calls superclass method
# File lib/redox/models/potential_matches.rb, line 4 def initialize(data = []) if false == data.nil? super(data.map {|patient| Redox::Models::Patient.new(patient) }) else super([]) end end