Module: Sucker::Config
Overview
Amazon credentials.
Instance Attribute Summary collapse
-
#associate_tag ⇒ Object
The Amazon associate tag.
-
#key ⇒ Object
The Amazon Web Services access key.
-
#locale ⇒ Object
The Amazon locale.
-
#secret ⇒ Object
The Amazon Web Services secret.
Instance Method Summary collapse
Instance Attribute Details
#associate_tag ⇒ Object
The Amazon associate tag.
16 17 18 |
# File 'lib/sucker/config.rb', line 16 def associate_tag @associate_tag end |
#key ⇒ Object
The Amazon Web Services access key.
10 11 12 |
# File 'lib/sucker/config.rb', line 10 def key @key end |
#locale ⇒ Object
The Amazon locale.
7 8 9 |
# File 'lib/sucker/config.rb', line 7 def locale @locale end |
#secret ⇒ Object
The Amazon Web Services secret.
13 14 15 |
# File 'lib/sucker/config.rb', line 13 def secret @secret end |
Instance Method Details
#configure {|_self| ... } ⇒ Object
18 19 20 |
# File 'lib/sucker/config.rb', line 18 def configure yield self end |