struct Asterisk::ARI::Events::MissingParams

Overview

Error event sent when required params are missing.

Defined in:

asterisk/ari/events/missing_params.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Asterisk::ARI::Events::Message

asterisk_id : String? asterisk_id, asterisk_id=(asterisk_id : String?) asterisk_id=, type : String type, type=(type : String) type=

Constructor methods inherited from struct Asterisk::ARI::Events::Message

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(pull : JSON::PullParser) #

Error event sent when required params are missing.


[View source]

Instance Method Detail

def params : Array(String) #

A list of the missing parameters


[View source]
def params=(params : Array(String)) #

A list of the missing parameters


[View source]