struct Asterisk::ARI::Endpoints::TextMessageVariable

Overview

A key/value pair variable in a text message.

Included Modules

Defined in:

asterisk/ari/models/endpoints_text_message_variable.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def key : String #

A unique key identifying the variable.


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

A unique key identifying the variable.


[View source]
def value : String #

The value of the variable.


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

The value of the variable.


[View source]