struct OpenTelemetry::Attribute(K)

Defined in:

attribute.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(key : String, value : K) #

def self.new(value : K) #

Class Method Detail

def self.from_a(ary) #

def self.from_h(hash) #

def self.to_anyvalue(attribute) #

Instance Method Detail

def key : String #

def to_bool #

def to_f #

def to_h #

def to_i #

def to_s(io : IO) : Nil #
Description copied from struct Struct

Same as #inspect(io).


def value : K #