struct Apps::Vars::Var

Included Modules

Defined in:

pb-Apps/CATS_Helper.pb.cr

Constant Summary

FIELDS = {1 => {name: :v_name, pb_type: :string, crystal_type: String, cast_type: String, native: true, optional: false, repeated: false, default: nil, packed: false}, 2 => {name: :v_value, pb_type: :bytes, crystal_type: Slice(UInt8), cast_type: Slice(UInt8), 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(v_name : String, v_value : Slice(UInt8)) #

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

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 v_name : String #

def v_name=(v_name : String) #

def v_value : Slice(UInt8) #

def v_value=(v_value : Slice(UInt8)) #