Sha256: 6d321ddf3c60f6be8189ff39358c04de39c28fcafb48e80e055d8b2e4603c20c

Contents?: true

Size: 171 Bytes

Versions: 1

Compression:

Stored size: 171 Bytes

Contents

module ImageBoss
  class Client
    def initialize(domain:)
      @domain = domain
    end

    def path(asset_path)
      Path.new(@domain, asset_path)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
imageboss-rb-1.0.0 lib/imageboss/client.rb