Class: WonkoTheSane::Util::Configuration::Aws
- Inherits:
-
Object
- Object
- WonkoTheSane::Util::Configuration::Aws
- Defined in:
- lib/wonko_the_sane/util/configuration.rb
Instance Attribute Summary collapse
-
#bucket ⇒ Object
Returns the value of attribute bucket.
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_secret ⇒ Object
Returns the value of attribute client_secret.
Instance Attribute Details
#bucket ⇒ Object
Returns the value of attribute bucket.
10 11 12 |
# File 'lib/wonko_the_sane/util/configuration.rb', line 10 def bucket @bucket end |
#client_id ⇒ Object
Returns the value of attribute client_id.
8 9 10 |
# File 'lib/wonko_the_sane/util/configuration.rb', line 8 def client_id @client_id end |
#client_secret ⇒ Object
Returns the value of attribute client_secret.
9 10 11 |
# File 'lib/wonko_the_sane/util/configuration.rb', line 9 def client_secret @client_secret end |