Sha256: 695beb35041554bc985accde8fdfa1986ced7e88a971921380f42699dec6ca19

Contents?: true

Size: 459 Bytes

Versions: 12

Compression:

Stored size: 459 Bytes

Contents

require 'avro'

module ServiceContract
  module Avro
    autoload :Documentation, 'service_contract/avro/documentation'
    autoload :Endpoint, 'service_contract/avro/endpoint'
    autoload :Errors, 'service_contract/avro/errors'
    autoload :Parameter, 'service_contract/avro/parameter'
    autoload :Protocol, 'service_contract/avro/protocol'
    autoload :Service, 'service_contract/avro/service'
    autoload :Type, 'service_contract/avro/type'
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
service_contract-0.6.0 lib/service_contract/avro.rb
service_contract-0.5.1 lib/service_contract/avro.rb
service_contract-0.5.0 lib/service_contract/avro.rb
service_contract-0.4.1 lib/service_contract/avro.rb
service_contract-0.4.0 lib/service_contract/avro.rb
service_contract-0.3.0 lib/service_contract/avro.rb
service_contract-0.2.1 lib/service_contract/avro.rb
service_contract-0.2.0 lib/service_contract/avro.rb
service_contract-0.1.1 lib/service_contract/avro.rb
service_contract-0.1.0 lib/service_contract/avro.rb
service_contract-0.0.10 lib/service_contract/avro.rb
service_contract-0.0.8 lib/service_contract/avro.rb