Class: Rddd::Configuration

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/rddd/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#caching_strategyObject

Returns the value of attribute caching_strategy.



11
12
13
# File 'lib/rddd/configuration.rb', line 11

def caching_strategy
  @caching_strategy
end

#remote_servicesObject

Returns the value of attribute remote_services.



11
12
13
# File 'lib/rddd/configuration.rb', line 11

def remote_services
  @remote_services
end

#repository_creatorObject

Returns the value of attribute repository_creator.



11
12
13
# File 'lib/rddd/configuration.rb', line 11

def repository_creator
  @repository_creator
end

#service_factory_strategyObject

Returns the value of attribute service_factory_strategy.



11
12
13
# File 'lib/rddd/configuration.rb', line 11

def service_factory_strategy
  @service_factory_strategy
end