Sha256: e1a90f8442f197fb7bcdfdb1322126eae3ac173d82a89fe25c2a738798283c64
Contents?: true
Size: 354 Bytes
Versions: 42
Compression:
Stored size: 354 Bytes
Contents
=begin rdoc ProxyFactory is a mixin that provides a convenience DSL for creating new RequestProxy objects. It is intended for internal use within the SDK. =end module Videojuicer module OAuth module ProxyFactory def proxy_for(options={}) Videojuicer::OAuth::RequestProxy.new(options) end end end end
Version data entries
42 entries across 42 versions & 2 rubygems