struct Apps::CallControlMessages::MakeCallArgument

Included Modules

Defined in:

pb-Apps/CATS_Call_Control_Services.pb.cr

Constant Summary

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

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

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def called_directory_number : String #

def called_directory_number=(called_directory_number : String) #

def calling_device : String #

def calling_device=(calling_device : String) #

def options : NewCallOptions | Nil #

def options=(options : NewCallOptions | Nil) #

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

def to_protobuf #