struct MUX::SupportedSpecials

Included Modules

Defined in:

pb-MUX/CATS_Helper.pb.cr

Constant Summary

FIELDS = {1 => {name: :specials, pb_type: SupportedSpecials::SpecialsEnum, crystal_type: SupportedSpecials::SpecialsEnum, cast_type: Array(SupportedSpecials::SpecialsEnum)?, native: false, optional: true, repeated: true, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(buf : Protobuf::Buffer) #

def self.new(specials : Array(SupportedSpecials::SpecialsEnum) | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def specials : Array(SupportedSpecials::SpecialsEnum) | Nil #

def specials=(specials : Array(SupportedSpecials::SpecialsEnum) | Nil) #

def to_protobuf(io : IO, embedded = false) #

def to_protobuf #