class
DeepL::GlossaryInfo
- DeepL::GlossaryInfo
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
deepl/glossary_info.crConstructors
- .new(glossary_id : String, name : String, ready : Bool, source_lang : String, target_lang : String, creation_time : Time, entry_count : Int64)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #creation_time : Time
- #creation_time=(creation_time : Time)
- #entry_count : Int64
- #entry_count=(entry_count : Int64)
- #glossary_id : String
- #glossary_id=(glossary_id : String)
- #name : String
- #name=(name : String)
- #ready : Bool
- #ready=(ready : Bool)
- #source_lang : String
- #source_lang=(source_lang : String)
- #target_lang : String
- #target_lang=(target_lang : String)
Constructor Detail
def self.new(glossary_id : String, name : String, ready : Bool, source_lang : String, target_lang : String, creation_time : Time, entry_count : Int64)
#