Sha256: cbabf4aa0a7f098400226e7eee075426c669855bdbf1adaff47772bf446ad129
Contents?: true
Size: 204 Bytes
Versions: 5
Compression:
Stored size: 204 Bytes
Contents
require 'fastly' module FastlyRails # A simple wrapper around the fastly-ruby client. class Client < DelegateClass(Fastly) def initialize(opts={}) super(Fastly.new(opts)) end end end
Version data entries
5 entries across 5 versions & 1 rubygems