class OpenTelemetry::AnyValue

Defined in:

anyvalue.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : ValueTypes | UInt64) #

Instance Method Detail

def <<(value : ValueType | ValueArrays) #

ameba:disable Metrics/CyclomaticComplexity


def [](index) #

def []=(index, value) #

def []?(index) #

def raw : AnyAttribute::Type #

def to_json(json : JSON::Builder) #

def to_json #

def value #

def value=(val) #

ameba:disable Metrics/CyclomaticComplexity