class ABBYY::Cloud::Models::Label

Constants

FORMAT

Public Class Methods

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