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

Changeset 12

Show
Ignore:
Timestamp:
07/27/00 16:05:38 (8 years ago)
Author:
nakahiro
Message:

Maps Fixnum to SOAPInt.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/sample/sampleDriver.rb

    r2 r12  
    8484    when Time 
    8585      SOAPTimeInstant.new( obj ) 
     86    when Fixnum 
     87      SOAPInt.new( obj ) 
    8688    when Integer 
    8789      SOAPInteger.new( obj )