struct Apps::Vars

Included Modules

Defined in:

pb-Apps/CATS_Helper.pb.cr

Constant Summary

FIELDS = {1 => {name: :vars, pb_type: Vars::Var, crystal_type: Vars::Var, cast_type: Array(Vars::Var)?, 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(vars : Array(Vars::Var) | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

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

def to_protobuf #

def vars : Array(Vars::Var) | Nil #

def vars=(vars : Array(Vars::Var) | Nil) #