struct Apps::CallControlMessages::MakeCallArgument
- Apps::CallControlMessages::MakeCallArgument
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-Apps/CATS_Call_Control_Services.pb.crConstant 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
- .new(calling_device : String, called_directory_number : String, options : NewCallOptions | Nil = nil)
- .new(buf : Protobuf::Buffer)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #called_directory_number : String
- #called_directory_number=(called_directory_number : String)
- #calling_device : String
- #calling_device=(calling_device : String)
- #options : NewCallOptions | Nil
- #options=(options : NewCallOptions | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(calling_device : String, called_directory_number : String, options : NewCallOptions | Nil = nil)
#