Class: CascadingConfiguration::Core::Encapsulation::InstanceStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/cascading_configuration/core/encapsulation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_variables_hashObject

Returns the value of attribute configuration_variables_hash

Returns:

  • (Object)

    the current value of configuration_variables_hash



6
7
8
# File 'lib/cascading_configuration/core/encapsulation.rb', line 6

def configuration_variables_hash
  @configuration_variables_hash
end

#configurations_hashObject

Returns the value of attribute configurations_hash

Returns:

  • (Object)

    the current value of configurations_hash



6
7
8
# File 'lib/cascading_configuration/core/encapsulation.rb', line 6

def configurations_hash
  @configurations_hash
end

#parent_for_configuration_hashObject

Returns the value of attribute parent_for_configuration_hash

Returns:

  • (Object)

    the current value of parent_for_configuration_hash



6
7
8
# File 'lib/cascading_configuration/core/encapsulation.rb', line 6

def parent_for_configuration_hash
  @parent_for_configuration_hash
end