class
DeepL::ResourceLanguage
- DeepL::ResourceLanguage
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
deepl/v3/language.crConstructors
- .new(lang : String, name : String, usable_as_source : Bool, usable_as_target : Bool, status : String, features : Hash(String, JSON::Any))
- .new(pull : JSON::PullParser)
Instance Method Summary
- #features : Hash(String, JSON::Any)
- #features=(features : Hash(String, JSON::Any))
- #lang : String
- #lang=(lang : String)
- #name : String
- #name=(name : String)
- #status : String
- #status=(status : String)
-
#usable_as_source : Bool
ameba:disable Naming/QueryBoolMethods
-
#usable_as_source=(usable_as_source : Bool)
ameba:disable Naming/QueryBoolMethods
-
#usable_as_target : Bool
ameba:disable Naming/QueryBoolMethods
-
#usable_as_target=(usable_as_target : Bool)
ameba:disable Naming/QueryBoolMethods
Constructor Detail
def self.new(lang : String, name : String, usable_as_source : Bool, usable_as_target : Bool, status : String, features : Hash(String, JSON::Any))
#