Sha256: 0eb0e3efcd289f9726271d155e63d1bf0474c5035105d8817dfd4bdd1edccdc8

Contents?: true

Size: 505 Bytes

Versions: 10

Compression:

Stored size: 505 Bytes

Contents

module WashoutBuilder
  class Type 

    BASIC_TYPES=[
      "string",
      "integer",
      "double",
      "boolean",
      "date",
      "datetime",
      "float",
      "time",
      "int"
    ]

    def self.get_fault_classes
      faults = []
      faults << WashOut::SOAPError if defined?(WashOut::SOAPError)
      faults << WashOut::Dispatcher::SOAPError if defined?(WashOut::Dispatcher::SOAPError)
      faults << SOAPError if defined?(SOAPError)
      return faults
    end
    
    
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
washout_builder-0.12.2 lib/washout_builder/type.rb
washout_builder-0.12.1 lib/washout_builder/type.rb
washout_builder-0.12.0 lib/washout_builder/type.rb
washout_builder-0.11.8 lib/washout_builder/type.rb
washout_builder-0.11.7 lib/washout_builder/type.rb
washout_builder-0.11.5 lib/washout_builder/type.rb
washout_builder-0.11.4 lib/washout_builder/type.rb
washout_builder-0.11.3 lib/washout_builder/type.rb
washout_builder-0.11.2 lib/washout_builder/type.rb
washout_builder-0.11.1 lib/washout_builder/type.rb