method
check_restriction
ruby latest stable - Class:
WSDL::XMLSchema::SimpleRestriction
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