class DeepL::GlossaryEntriesInformation

Included Modules

Defined in:

deepl/v3/glossary_entries_information.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]

Instance Method Detail

def entry_count : Int32 #

[View source]
def entry_count=(entry_count : Int32) #

[View source]
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]