Sha256: f4404aa0eee868870794813137d2dda45a26cfa1a6d6a7a909dbaa4a5bbc94be
Contents?: true
Size: 373 Bytes
Versions: 2
Compression:
Stored size: 373 Bytes
Contents
module Sucker # Amazon credentials. module Config extend self # The Amazon locale. attr_accessor :locale # The Amazon Web Services access key. attr_accessor :key # The Amazon Web Services secret. attr_accessor :secret # The Amazon associate tag. attr_accessor :associate_tag def configure yield self end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sucker-2.1.0 | lib/sucker/config.rb |
sucker-2.0.0 | lib/sucker/config.rb |