abstract struct Asterisk::ARI::Events::Message
- Asterisk::ARI::Events::Message
- Struct
- Value
- Object
Overview
Base type for errors and events
Included Modules
- JSON::Serializable
Direct Known Subclasses
Defined in:
asterisk/ari/events/message.crConstructors
Instance Method Summary
-
#asterisk_id : String?
The unique ID for the Asterisk instance that raised this event.
-
#asterisk_id=(asterisk_id : String?)
The unique ID for the Asterisk instance that raised this event.
-
#type : String
Indicates the type of this message.
-
#type=(type : String)
Indicates the type of this message.
Constructor Detail
Instance Method Detail
def asterisk_id=(asterisk_id : String?)
#
The unique ID for the Asterisk instance that raised this event.