struct Apps::Mapping

Included Modules

Defined in:

pb-Apps/CATS_ExtStatus.pb.cr

Constant Summary

FIELDS = {1 => {name: :target, pb_type: :string, crystal_type: String, cast_type: String, native: true, optional: false, repeated: false, default: nil, packed: false}, 2 => {name: :target_type, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :date_time_created, pb_type: :string, crystal_type: String, cast_type: String?, 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(target : String, target_type : String | Nil = nil, date_time_created : String | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def date_time_created : String | Nil #

def date_time_created=(date_time_created : String | Nil) #

def target : String #

def target=(target : String) #

def target_type : String | Nil #

def target_type=(target_type : String | Nil) #

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

def to_protobuf #