method

check_restriction

check_restriction(value)
private

No documentation available.

# File lib/wsdl/xmlSchema/simpleRestriction.rb, line 58
  def check_restriction(value)
    @enumeration.empty? or @enumeration.include?(value)
  end