struct Client::ShowFirstScreen

Included Modules

Defined in:

pb-Client/CATS_CallAction.pb.cr

Constant 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

Class Method Summary

Instance Method Summary

Constructor Detail

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

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) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def called_ext : String | Nil #

def called_ext=(called_ext : String | Nil) #

def called_ext_info : String | Nil #

def called_ext_info=(called_ext_info : String | Nil) #

def called_vext : String | Nil #

def called_vext=(called_vext : String | Nil) #

def called_vext_info : String | Nil #

def called_vext_info=(called_vext_info : String | Nil) #

def caller_number : String | Nil #

def caller_number=(caller_number : String | Nil) #

def supported_specials : SupportedSpecials | Nil #

def supported_specials=(supported_specials : SupportedSpecials | Nil) #

def timeout : Int32 | Nil #

def timeout=(timeout : Int32 | Nil) #

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

def to_protobuf #

def url : String | Nil #

def url=(url : String | Nil) #