class
DeepL::LanguageFeature
- DeepL::LanguageFeature
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
deepl/v3/language.crConstructors
- .new(pull : JSON::PullParser)
- .new(name : String, needs_source_support : Bool | Nil = nil, needs_target_support : Bool | Nil = nil)
Instance Method Summary
- #name : String
- #name=(name : String)
- #needs_source_support : Bool | Nil
- #needs_source_support=(needs_source_support : Bool | Nil)
- #needs_target_support : Bool | Nil
- #needs_target_support=(needs_target_support : Bool | Nil)
Constructor Detail
def self.new(name : String, needs_source_support : Bool | Nil = nil, needs_target_support : Bool | Nil = nil)
#