Class: DeepL::Constants::WritingStyle

Inherits:
BaseConstant show all
Defined in:
lib/deepl/constants/writing_style.rb

Constant Summary collapse

DEFAULT =
'default'
SIMPLE =
'simple'
BUSINESS =
'business'
ACADEMIC =
'academic'
CASUAL =
'casual'
PREFER_SIMPLE =
'prefer_simple'
PREFER_BUSINESS =
'prefer_business'
PREFER_ACADEMIC =
'prefer_academic'
PREFER_CASUAL =
'prefer_casual'

Method Summary

Methods inherited from BaseConstant

options, valid?