struct Asterisk::ARI::Asterisk::BuildInfo

Overview

Info about how Asterisk was built

Included Modules

Defined in:

asterisk/ari/models/asterisk_build_info.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def date : String #

Date and time when Asterisk was built.


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

Date and time when Asterisk was built.


[View source]
def kernel : String #

Kernel version Asterisk was built on.


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

Kernel version Asterisk was built on.


[View source]
def machine : String #

Machine architecture (x86_64, i686, ppc, etc.)


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

Machine architecture (x86_64, i686, ppc, etc.)


[View source]
def options : String #

Compile time options, or empty string if default.


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

Compile time options, or empty string if default.


[View source]
def os : String #

OS Asterisk was built on.


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

OS Asterisk was built on.


[View source]
def user : String #

Username that build Asterisk


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

Username that build Asterisk


[View source]