Flowdock
method

check_length

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: WSDL::XMLSchema::SimpleRestriction
check_length(value) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/wsdl/xmlSchema/simpleRestriction.rb, line 62
  def check_length(value)
    @length.nil? or value.size == @length
  end
Register or log in to add new notes.