class DeepL::GlossaryDictionary

Included Modules

Defined in:

deepl/v3/glossary_dictionary.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(source_lang : String, target_lang : String, entries : Nil | String = nil, entries_format : Nil | String = nil, entry_count : Int32 | Nil = nil, creation_time : Time | Nil = nil) #

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

[View source]

Instance Method Detail

def creation_time : Time | Nil #

[View source]
def creation_time=(creation_time : Time | Nil) #

[View source]
def entries : String | Nil #

[View source]
def entries=(entries : String | Nil) #

[View source]
def entries_format : String | Nil #

[View source]
def entries_format=(entries_format : String | Nil) #

[View source]
def entry_count : Int32 | Nil #

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

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