struct BitteCI::Loki::Value

Defined in:

bitte_ci/loki.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def labels : Hash(String, String) #

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

[View source]
def text : String #

[View source]
def text=(text : String) #

[View source]
def time : Time #

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

[View source]
def to_json(b) #

[View source]