struct Asterisk::ARI::DeviceStates::DeviceState

Overview

Represents the state of a device.

Included Modules

Defined in:

asterisk/ari/models/device_states_device_state.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def name : String #

Name of the device.


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

Name of the device.


[View source]
def state : String #

Device's state


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

Device's state


[View source]