class DeepL::GlossaryInfo

Included Modules

Defined in:

deepl/glossary_info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(glossary_id : String, name : String, ready : Bool, source_lang : String, target_lang : String, creation_time : Time, entry_count : Int64) #

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

[View source]

Instance Method Detail

def creation_time : Time #

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

[View source]
def entry_count : Int64 #

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

[View source]
def glossary_id : String #

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

[View source]
def name : String #

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

[View source]
def ready : Bool #

[View source]
def ready=(ready : Bool) #

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