struct Asterisk::ARI::Asterisk::ConfigTuple
- Asterisk::ARI::Asterisk::ConfigTuple
- Struct
- Value
- Object
Overview
A key/value pair that makes up part of a configuration object.
Included Modules
- JSON::Serializable
Defined in:
asterisk/ari/models/asterisk_config_tuple.crConstructors
Instance Method Summary
-
#attribute : String
A configuration object attribute.
-
#attribute=(attribute : String)
A configuration object attribute.
-
#value : String
The value for the attribute.
-
#value=(value : String)
The value for the attribute.