method
check_length
ruby latest stable - Class:
WSDL::XMLSchema::SimpleRestriction
check_length(value)private
No documentation available.
# File lib/wsdl/xmlSchema/simpleRestriction.rb, line 62
def check_length(value)
@length.nil? or value.size == @length
end