Sha256: 65daa4a592f0efb01bb61ae99d93309b0c0b5af284292e37782a70b53a0613a3
Contents?: true
Size: 275 Bytes
Versions: 4
Compression:
Stored size: 275 Bytes
Contents
module Stir class SoapClient < Stir::Base::Client include Stir::Operations include Stir::SoapConfiguration def self.inherited(subclass) set_default_options_for(subclass) end def initialize super define_operations! end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
stir-2.2.3 | lib/stir/soap/soap_client.rb |
stir-2.2.2 | lib/stir/soap/soap_client.rb |
stir-2.2.1 | lib/stir/soap/soap_client.rb |
stir-2.1.1 | lib/stir/soap/soap_client.rb |