Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changeset 1990

Show
Ignore:
Timestamp:
10/01/07 20:26:15 (1 year ago)
Author:
nahi
Message:
  • simpleRestriction + minExclusive/maxExclusive caused NameError?. closes #438.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1_5/lib/wsdl/xmlSchema/simpleRestriction.rb

    r1917 r1990  
    2424  attr_accessor :whitespace 
    2525  attr_accessor :maxinclusive 
    26   attr_accessor :maxexlusive 
    27   attr_accessor :minexlusive 
     26  attr_accessor :maxexclusive 
     27  attr_accessor :minexclusive 
    2828  attr_accessor :mininclusive 
    2929  attr_accessor :totaldigits 
     
    7474      MaxInclusive.new 
    7575    when MaxExclusiveName 
    76       MaxExlusive.new 
     76      MaxExclusive.new 
    7777    when MinExclusiveName 
    78       MinExlusive.new 
     78      MinExclusive.new 
    7979    when MinInclusiveName 
    8080      MinInclusive.new