class DeepL::LanguageFeature

Included Modules

Defined in:

deepl/v3/language.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(name : String, needs_source_support : Bool | Nil = nil, needs_target_support : Bool | Nil = nil) #

[View source]

Instance Method Detail

def name : String #

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

[View source]
def needs_source_support : Bool | Nil #

[View source]
def needs_source_support=(needs_source_support : Bool | Nil) #

[View source]
def needs_target_support : Bool | Nil #

[View source]
def needs_target_support=(needs_target_support : Bool | Nil) #

[View source]