class SoapEnumerator::Types::Schema::Type

Type class is struct class for xsd:all elements (each element is a Type object).

Attributes

attributes[R]

@!attribute attributes

Public Class Methods

new(type_doc) click to toggle source
# File lib/soap_enumerator/types/type.rb, line 11
def initialize(type_doc)
  @attributes = attributes_2_methods(type_doc)
end