class DeepL::GlossaryLanguagePair

Included Modules

Defined in:

deepl/glossary_language_pair.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(source_lang : String, target_lang : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def source_lang : String #

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

[View source]
def target_lang : String #

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

[View source]