| Class | SOAP::Mapping::RubytypeFactory |
| In: |
lib/soap/mapping/rubytypeFactory.rb
|
| Parent: | Factory |
| TYPE_STRING | = | XSD::QName.new(RubyTypeNamespace, 'String') |
| TYPE_TIME | = | XSD::QName.new(RubyTypeNamespace, 'Time') |
| TYPE_ARRAY | = | XSD::QName.new(RubyTypeNamespace, 'Array') |
| TYPE_REGEXP | = | XSD::QName.new(RubyTypeNamespace, 'Regexp') |
| TYPE_RANGE | = | XSD::QName.new(RubyTypeNamespace, 'Range') |
| TYPE_CLASS | = | XSD::QName.new(RubyTypeNamespace, 'Class') |
| TYPE_MODULE | = | XSD::QName.new(RubyTypeNamespace, 'Module') |
| TYPE_SYMBOL | = | XSD::QName.new(RubyTypeNamespace, 'Symbol') |
| TYPE_STRUCT | = | XSD::QName.new(RubyTypeNamespace, 'Struct') |
| TYPE_HASH | = | XSD::QName.new(RubyTypeNamespace, 'Map') |
ruby-doc.org is a service of James Britt and Neurogami, a Ruby application development company in Phoenix, AZ.
Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.
For more information on the Ruby programming language, visit ruby-lang.org.
Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.