class ABBYY::Cloud::Models::OcrWarningType

Constants

VALUES

Public Class Methods

new(string) click to toggle source
Calls superclass method
# File lib/abbyy/cloud/models/ocr_warning_type.rb, line 21
def self.new(string)
  super Types::Strict::String.constrained(included_in: VALUES)[string]
end