Class: ECSD::CoreConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/ecsd/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#clustersObject

Returns the value of attribute clusters

Returns:

  • (Object)

    the current value of clusters



14
15
16
# File 'lib/ecsd/config.rb', line 14

def clusters
  @clusters
end

#credentialsObject

Returns the value of attribute credentials

Returns:

  • (Object)

    the current value of credentials



14
15
16
# File 'lib/ecsd/config.rb', line 14

def credentials
  @credentials
end

#loggerObject

Returns the value of attribute logger

Returns:

  • (Object)

    the current value of logger



14
15
16
# File 'lib/ecsd/config.rb', line 14

def logger
  @logger
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



14
15
16
# File 'lib/ecsd/config.rb', line 14

def options
  @options
end

#regionObject

Returns the value of attribute region

Returns:

  • (Object)

    the current value of region



14
15
16
# File 'lib/ecsd/config.rb', line 14

def region
  @region
end