struct Apps::EventMessages::WantEvents

Included Modules

Defined in:

pb-Apps/CATS_Events.pb.cr

Constant Summary

FIELDS = {1 => {name: :kind, pb_type: EventKind, crystal_type: EventKind, cast_type: EventKind, native: false, optional: false, repeated: false, default: nil, packed: false}, 2 => {name: :want, pb_type: :bool, crystal_type: Bool, cast_type: Bool, native: true, optional: false, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(kind : EventKind, want : Bool) #

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

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def kind : EventKind #

def kind=(kind : EventKind) #

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

def to_protobuf #

def want : Bool #

def want=(want : Bool) #