struct IGC::Datapoint

Defined in:

igc/datapoint.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(time : Time, data : Hash(String, String)) #

[View source]

Instance Method Detail

def data : Hash(String, String) #

[View source]
def data=(data : Hash(String, String)) #

[View source]
def time : Time #

[View source]
def time=(time : Time) #

[View source]