struct Asterisk::ARI::Asterisk::Module

Overview

Details of an Asterisk module

Included Modules

Defined in:

asterisk/ari/models/asterisk_module.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def description : String #

The description of this module


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

The description of this module


[View source]
def name : String #

The name of this module


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

The name of this module


[View source]
def status : String #

The running status of this module


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

The running status of this module


[View source]
def support_level : String #

The support state of this module


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

The support state of this module


[View source]
def use_count : Int32 #

The number of times this module is being used


[View source]
def use_count=(use_count : Int32) #

The number of times this module is being used


[View source]