Sha256: bbf57ed9e22fe5bc83c548348c94cfc57faf6f751c5c7bf4faf687545ae3d175
Contents?: true
Size: 240 Bytes
Versions: 3
Compression:
Stored size: 240 Bytes
Contents
module ImageBoss class Client def initialize(domain:, enabled: true) @options = { domain: domain, enabled: enabled } end def path(asset_path) Path.new(@options, asset_path) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
imageboss-rb-1.0.3 | lib/imageboss/client.rb |
imageboss-rb-1.0.2 | lib/imageboss/client.rb |
imageboss-rb-1.0.1 | lib/imageboss/client.rb |