struct Apps::GetDataToWindow
- Apps::GetDataToWindow
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-Apps/CATS_CallAction.pb.crConstant Summary
-
FIELDS =
{1 => {name: :caller_number, pb_type: :string, crystal_type: String, cast_type: String, native: true, optional: false, repeated: false, default: nil, packed: false}, 2 => {name: :customer_id, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :adr_id, 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
- .new(buf : Protobuf::Buffer)
- .new(caller_number : String, customer_id : String | Nil = nil, adr_id : String | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #adr_id : String | Nil
- #adr_id=(adr_id : String | Nil)
- #caller_number : String
- #caller_number=(caller_number : String)
- #customer_id : String | Nil
- #customer_id=(customer_id : String | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(caller_number : String, customer_id : String | Nil = nil, adr_id : String | Nil = nil)
#