Sha256: ee27d3120e72902b5c016f7f16861878069214ee27dd1ebaae5339df4094cf7a
Contents?: true
Size: 519 Bytes
Versions: 3
Compression:
Stored size: 519 Bytes
Contents
require 'avro' module ServiceContract module Avro autoload :ArrayType, 'service_contract/avro/array_type' 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
service_contract-0.0.7 | lib/service_contract/avro.rb |
service_contract-0.0.6 | lib/service_contract/avro.rb |
service_contract-0.0.5 | lib/service_contract/avro.rb |