Sha256: ced210ea99383631692408aaab84d6c49fc44e07f9642537626525880ef06e44
Contents?: true
Size: 277 Bytes
Versions: 1
Compression:
Stored size: 277 Bytes
Contents
module Typekit module Converter class Collection def initialize(*arguments) @arguments = arguments end def process(result, collection_attributes) Typekit::Collection.build(*@arguments, collection_attributes) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
typekit-client-0.0.6 | lib/typekit/converter/collection.rb |