Sha256: 5bdfad97b342118c7e4901c27493c9b4fb06fc1f04097c97b13649a0e860859b
Contents?: true
Size: 272 Bytes
Versions: 3
Compression:
Stored size: 272 Bytes
Contents
require File.expand_path('../client/endpoints.rb', __FILE__) require File.expand_path('../client/jobs.rb', __FILE__) module MakePrintable class Client attr_accessor :api_key def initialize @api_key = MakePrintable.configuration.api_key end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
makeprintable-1.0.2 | lib/makeprintable/client.rb |
makeprintable-1.0.1 | lib/makeprintable/client.rb |
makeprintable-1.0.0 | lib/makeprintable/client.rb |