class
DeepL::CustomInstruction
- DeepL::CustomInstruction
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
deepl/v3/style_rules.crConstructors
- .new(pull : JSON::PullParser)
- .new(label : Nil | String = nil, prompt : Nil | String = nil, source_language : Nil | String = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #label : String | Nil
- #label=(label : String | Nil)
- #prompt : String | Nil
- #prompt=(prompt : String | Nil)
- #source_language : String | Nil
- #source_language=(source_language : String | Nil)
Constructor Detail
def self.new(label : Nil | String = nil, prompt : Nil | String = nil, source_language : Nil | String = nil)
#