root/branches/1_5/sample/marshal/enum/enumsample_mapper.rb
| Revision 1858, 162 bytes (checked in by nahi, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | require 'enumsample_mapping_registry.rb' |
| 2 | |
| 3 | class EnumsampleMapper < XSD::Mapping::Mapper |
| 4 | def initialize |
| 5 | super(EnumsampleMappingRegistry::Registry) |
| 6 | end |
| 7 | end |
Note: See TracBrowser for help on using the browser.