struct JosieHealth::Utils::TimezoneCity::Match

Overview

Match result with scoring info

Defined in:

timezone_city.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(city : String, country : String, timezone : String, score : Int64) #

Instance Method Detail

def city : String #

def country : String #

def score : Int64 #

def timezone : String #

def to_h : Hash(String, String) #