class DeepL::CustomInstruction

Included Modules

Defined in:

deepl/v3/style_rules.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(label : Nil | String = nil, prompt : Nil | String = nil, source_language : Nil | String = nil) #

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

[View source]

Instance Method Detail

def label : String | Nil #

[View source]
def label=(label : String | Nil) #

[View source]
def prompt : String | Nil #

[View source]
def prompt=(prompt : String | Nil) #

[View source]
def source_language : String | Nil #

[View source]
def source_language=(source_language : String | Nil) #

[View source]