Class: Kangaru::Configurators::DatabaseConfigurator
- Inherits:
-
Kangaru::Configurator
- Object
- Kangaru::Configurator
- Kangaru::Configurators::DatabaseConfigurator
- Defined in:
- lib/kangaru/configurators/database_configurator.rb
Instance Attribute Summary collapse
-
#adaptor ⇒ Object
Returns the value of attribute adaptor.
-
#migration_path ⇒ Object
Returns the value of attribute migration_path.
-
#path ⇒ Object
Returns the value of attribute path.
Method Summary
Methods inherited from Kangaru::Configurator
Methods included from Validatable
Methods included from Kangaru::Concern
#append_features, #class_methods, #included
Methods included from Attributable
Instance Attribute Details
#adaptor ⇒ Object
Returns the value of attribute adaptor.
4 5 6 |
# File 'lib/kangaru/configurators/database_configurator.rb', line 4 def adaptor @adaptor end |
#migration_path ⇒ Object
Returns the value of attribute migration_path.
4 5 6 |
# File 'lib/kangaru/configurators/database_configurator.rb', line 4 def migration_path @migration_path end |
#path ⇒ Object
Returns the value of attribute path.
4 5 6 |
# File 'lib/kangaru/configurators/database_configurator.rb', line 4 def path @path end |