Sha256: 5b0c579c918ddc79f2e9b88d9789189520109e941df922a74eb213dd44b71702

Contents?: true

Size: 252 Bytes

Versions: 1

Compression:

Stored size: 252 Bytes

Contents

require 'fastly'

module FastlyRails

  ### For all intents and purposes
  ### This is a wrapper around the
  ### Fastly-ruby client

  class Client < DelegateClass(Fastly)

    def initialize(opts={})
      super(Fastly.new(opts))
    end

  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fastly-rails-0.1.0 lib/fastly-rails/client.rb