struct Asterisk::ARI::Events::ChannelVarset
- Asterisk::ARI::Events::ChannelVarset
- Asterisk::ARI::Events::Event
- Asterisk::ARI::Events::Message
- Struct
- Value
- Object
Overview
Channel variable changed.
Defined in:
asterisk/ari/events/channel_varset.crConstructors
-
.new(pull : JSON::PullParser)
Channel variable changed.
Instance Method Summary
-
#channel : Channels::Channel?
The channel on which the variable was set.
-
#channel=(channel : Channels::Channel?)
The channel on which the variable was set.
-
#value : String
The new value of the variable.
-
#value=(value : String)
The new value of the variable.
-
#variable : String
The variable that changed.
-
#variable=(variable : String)
The variable that changed.
Instance methods inherited from struct Asterisk::ARI::Events::Event
application : String
application,
application=(application : String)
application=,
timestamp : Time
timestamp,
timestamp=(timestamp : Time)
timestamp=
Constructor methods inherited from struct Asterisk::ARI::Events::Event
new(pull : JSON::PullParser)
new
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
Instance Method Detail
def channel : Channels::Channel?
#
The channel on which the variable was set.
If missing, the variable is a global variable.
def channel=(channel : Channels::Channel?)
#
The channel on which the variable was set.
If missing, the variable is a global variable.