struct Asterisk::AGI::Response

Overview

AGI response

Defined in:

asterisk/agi/core.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(response = "", return_code = "", result = "", additional_data = "") #

[View source]

Instance Method Detail

def additional_data : String #

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

[View source]
def response : String #

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

[View source]
def result : String #

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

[View source]
def return_code : String #

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

[View source]