struct Asterisk::ARI::Asterisk::AsteriskPing

Overview

Asterisk ping information

Included Modules

Defined in:

asterisk/ari/models/asterisk_asterisk_ping.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def asterisk_id : String #

Asterisk id info


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

Asterisk id info


[View source]
def ping : String #

Always string value is pong


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

Always string value is pong


[View source]
def timestamp : String #

The timestamp string of request received time


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

The timestamp string of request received time


[View source]