Class: ECSD::CoreConfig
- Inherits:
-
Struct
- Object
- Struct
- ECSD::CoreConfig
- Defined in:
- lib/ecsd/config.rb
Instance Attribute Summary collapse
-
#clusters ⇒ Object
Returns the value of attribute clusters.
-
#credentials ⇒ Object
Returns the value of attribute credentials.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#options ⇒ Object
Returns the value of attribute options.
-
#region ⇒ Object
Returns the value of attribute region.
Instance Attribute Details
#clusters ⇒ Object
Returns the value of attribute clusters
14 15 16 |
# File 'lib/ecsd/config.rb', line 14 def clusters @clusters end |
#credentials ⇒ Object
Returns the value of attribute credentials
14 15 16 |
# File 'lib/ecsd/config.rb', line 14 def credentials @credentials end |
#logger ⇒ Object
Returns the value of attribute logger
14 15 16 |
# File 'lib/ecsd/config.rb', line 14 def logger @logger end |
#options ⇒ Object
Returns the value of attribute options
14 15 16 |
# File 'lib/ecsd/config.rb', line 14 def @options end |
#region ⇒ Object
Returns the value of attribute region
14 15 16 |
# File 'lib/ecsd/config.rb', line 14 def region @region end |