struct Asterisk::ARI::Asterisk::Variable

Overview

The value of a channel variable

Included Modules

Defined in:

asterisk/ari/models/asterisk_variable.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def value : String #

The value of the variable requested


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

The value of the variable requested


[View source]