struct Asterisk::ARI::Sounds::FormatLangPair

Overview

Identifies the format and language of a sound file

Included Modules

Defined in:

asterisk/ari/models/sounds_format_lang_pair.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def format : String #

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

[View source]
def language : String #

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

[View source]