struct Client::CreateCallBack

Included Modules

Defined in:

pb-Client/CATS_CallBack.pb.cr

Constant Summary

FIELDS = {1 => {name: :agent, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :memo, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :caller_number, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :callback_number, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :date_time_planned, 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(agent : String | Nil = nil, memo : String | Nil = nil, caller_number : String | Nil = nil, callback_number : String | Nil = nil, date_time_planned : String | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def agent : String | Nil #

def agent=(agent : String | Nil) #

def callback_number : String | Nil #

def callback_number=(callback_number : String | Nil) #

def caller_number : String | Nil #

def caller_number=(caller_number : String | Nil) #

def date_time_planned : String | Nil #

def date_time_planned=(date_time_planned : String | Nil) #

def memo : String | Nil #

def memo=(memo : String | Nil) #

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

def to_protobuf #