abstract struct Asterisk::ARI::Events::Message

Overview

Base type for errors and events

Included Modules

Direct Known Subclasses

Defined in:

asterisk/ari/events/message.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def asterisk_id : String? #

The unique ID for the Asterisk instance that raised this event.


[View source]
def asterisk_id=(asterisk_id : String?) #

The unique ID for the Asterisk instance that raised this event.


[View source]
def type : String #

Indicates the type of this message.


[View source]
def type=(type : String) #

Indicates the type of this message.


[View source]