struct JosieHealth::LUT::VitalQueryResult

Defined in:

vitals_tracker.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(found : Bool, vitals : Array(VitalReading), error : String | Nil = nil) #

Instance Method Detail

def clone #

def copy_with(found _found = @found, vitals _vitals = @vitals, error _error = @error) #

def error : String | Nil #

def found : Bool #

def vitals : Array(VitalReading) #