Class: AskAwesomely::Configuration
- Inherits:
-
Object
- Object
- AskAwesomely::Configuration
- Defined in:
- lib/ask_awesomely/configuration.rb
Constant Summary collapse
- DEFAULT_AWS_BUCKET =
"typeform_io_images"
- DEFAULT_AWS_REGION =
"us-east-1"
Instance Attribute Summary collapse
-
#aws_access_key_id ⇒ Object
Returns the value of attribute aws_access_key_id.
-
#aws_access_key_secret ⇒ Object
Returns the value of attribute aws_access_key_secret.
-
#aws_bucket ⇒ Object
Returns the value of attribute aws_bucket.
-
#aws_region ⇒ Object
Returns the value of attribute aws_region.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#typeform_api_key ⇒ Object
Returns the value of attribute typeform_api_key.
Instance Attribute Details
#aws_access_key_id ⇒ Object
Returns the value of attribute aws_access_key_id.
7 8 9 |
# File 'lib/ask_awesomely/configuration.rb', line 7 def aws_access_key_id @aws_access_key_id end |
#aws_access_key_secret ⇒ Object
Returns the value of attribute aws_access_key_secret.
7 8 9 |
# File 'lib/ask_awesomely/configuration.rb', line 7 def aws_access_key_secret @aws_access_key_secret end |
#aws_bucket ⇒ Object
Returns the value of attribute aws_bucket.
7 8 9 |
# File 'lib/ask_awesomely/configuration.rb', line 7 def aws_bucket @aws_bucket end |
#aws_region ⇒ Object
Returns the value of attribute aws_region.
7 8 9 |
# File 'lib/ask_awesomely/configuration.rb', line 7 def aws_region @aws_region end |
#logger ⇒ Object
Returns the value of attribute logger.
7 8 9 |
# File 'lib/ask_awesomely/configuration.rb', line 7 def logger @logger end |
#typeform_api_key ⇒ Object
Returns the value of attribute typeform_api_key.
7 8 9 |
# File 'lib/ask_awesomely/configuration.rb', line 7 def typeform_api_key @typeform_api_key end |