struct Apps::ShowFirstScreen
- Apps::ShowFirstScreen
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-Apps/CATS_CallAction.pb.crConstant Summary
-
FIELDS =
{1 => {name: :timeout, pb_type: :int32, crystal_type: Int32, cast_type: Int32?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :url, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :supported_specials, pb_type: SupportedSpecials, crystal_type: SupportedSpecials, cast_type: SupportedSpecials?, native: false, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :caller_number, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :called_ext, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 8 => {name: :called_ext_info, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :called_vext, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :called_vext_info, 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(timeout : Int32 | Nil = nil, url : String | Nil = nil, supported_specials : SupportedSpecials | Nil = nil, caller_number : String | Nil = nil, called_ext : String | Nil = nil, called_ext_info : String | Nil = nil, called_vext : String | Nil = nil, called_vext_info : String | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #called_ext : String | Nil
- #called_ext=(called_ext : String | Nil)
- #called_ext_info : String | Nil
- #called_ext_info=(called_ext_info : String | Nil)
- #called_vext : String | Nil
- #called_vext=(called_vext : String | Nil)
- #called_vext_info : String | Nil
- #called_vext_info=(called_vext_info : String | Nil)
- #caller_number : String | Nil
- #caller_number=(caller_number : String | Nil)
- #supported_specials : SupportedSpecials | Nil
- #supported_specials=(supported_specials : SupportedSpecials | Nil)
- #timeout : Int32 | Nil
- #timeout=(timeout : Int32 | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
- #url : String | Nil
- #url=(url : String | Nil)
Constructor Detail
def self.new(timeout : Int32 | Nil = nil, url : String | Nil = nil, supported_specials : SupportedSpecials | Nil = nil, caller_number : String | Nil = nil, called_ext : String | Nil = nil, called_ext_info : String | Nil = nil, called_vext : String | Nil = nil, called_vext_info : String | Nil = nil)
#