struct MUX::Outcome

Included Modules

Defined in:

pb-MUX/CATS_Login.pb.cr

Constant Summary

FIELDS = {1 => {name: :outcome, pb_type: Outcome::Outcomes, crystal_type: Outcome::Outcomes, cast_type: Outcome::Outcomes, native: false, optional: false, repeated: false, default: nil, packed: false}, 2 => {name: :info, pb_type: :bytes, crystal_type: Slice(UInt8), cast_type: Slice(UInt8)?, native: true, optional: true, repeated: false, 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(outcome : Outcome::Outcomes, info : Slice(UInt8) | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def info : Slice(UInt8) | Nil #

def info=(info : Slice(UInt8) | Nil) #

def outcome : Outcome::Outcomes #

def outcome=(outcome : Outcome::Outcomes) #

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

def to_protobuf #