Sha256: 5feebdf7ccd5b79e18ee14c9c0804d641b9b1204125ebb0ac885f0e66c199822
Contents?: true
Size: 215 Bytes
Versions: 4
Compression:
Stored size: 215 Bytes
Contents
module AssayDepot class << self include ::AssayDepot::Configurable end # Delegate to a AssayDepot::Client # # @return [AssayDepot::Client] def client ::AssayDepot::Client.new(options) end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
assaydepot-0.1.1 | lib/assaydepot/core.rb |
assaydepot-0.0.5 | lib/assaydepot/core.rb |
assaydepot-0.0.4 | lib/assaydepot/core.rb |
assaydepot-0.0.3 | lib/assaydepot/core.rb |