Class: Dynamini::Configuration
- Inherits:
-
Object
- Object
- Dynamini::Configuration
- Defined in:
- lib/dynamini/configuration.rb
Overview
Config class to be used with initializers.
Instance Attribute Summary collapse
-
#access_key_id ⇒ Object
Returns the value of attribute access_key_id.
-
#region ⇒ Object
Returns the value of attribute region.
-
#secret_access_key ⇒ Object
Returns the value of attribute secret_access_key.
Instance Attribute Details
#access_key_id ⇒ Object
Returns the value of attribute access_key_id.
4 5 6 |
# File 'lib/dynamini/configuration.rb', line 4 def access_key_id @access_key_id end |
#region ⇒ Object
Returns the value of attribute region.
4 5 6 |
# File 'lib/dynamini/configuration.rb', line 4 def region @region end |
#secret_access_key ⇒ Object
Returns the value of attribute secret_access_key.
4 5 6 |
# File 'lib/dynamini/configuration.rb', line 4 def secret_access_key @secret_access_key end |