struct Asterisk::ARI::Asterisk::ConfigTuple

Overview

A key/value pair that makes up part of a configuration object.

Included Modules

Defined in:

asterisk/ari/models/asterisk_config_tuple.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def attribute : String #

A configuration object attribute.


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

A configuration object attribute.


[View source]
def value : String #

The value for the attribute.


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

The value for the attribute.


[View source]