struct Client::ShowPopupWindow

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: :called_ext, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 11 => {name: :called_ext_info, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :caller_number, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :dataset, pb_type: CATSDataSet, crystal_type: CATSDataSet, cast_type: CATSDataSet?, native: false, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :supported_specials, pb_type: SupportedSpecials, crystal_type: SupportedSpecials, cast_type: SupportedSpecials?, native: false, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :agent_name, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :called_vext, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 9 => {name: :called_vext_info, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 8 => {name: :url, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 10 => {name: :popup_reason, pb_type: ShowPopupWindow::PopupReason, crystal_type: ShowPopupWindow::PopupReason, cast_type: ShowPopupWindow::PopupReason?, 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(buf : Protobuf::Buffer) #

def self.new(timeout : Int32 | Nil = nil, called_ext : String | Nil = nil, called_ext_info : String | Nil = nil, caller_number : String | Nil = nil, dataset : CATSDataSet | Nil = nil, supported_specials : SupportedSpecials | Nil = nil, agent_name : String | Nil = nil, called_vext : String | Nil = nil, called_vext_info : String | Nil = nil, url : String | Nil = nil, popup_reason : ShowPopupWindow::PopupReason | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def agent_name : String | Nil #

def agent_name=(agent_name : String | Nil) #

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 dataset : CATSDataSet | Nil #

def dataset=(dataset : CATSDataSet | Nil) #

def popup_reason : ShowPopupWindow::PopupReason | Nil #

def popup_reason=(popup_reason : ShowPopupWindow::PopupReason | 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) #