Class: ActiveRecordTasks::DatabaseConfig
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecordTasks::DatabaseConfig
- Defined in:
- lib/active_record_tasks.rb
Instance Attribute Summary collapse
-
#db_config_path ⇒ Object
Returns the value of attribute db_config_path.
-
#db_dir ⇒ Object
Returns the value of attribute db_dir.
-
#env ⇒ Object
Returns the value of attribute env.
Instance Attribute Details
#db_config_path ⇒ Object
Returns the value of attribute db_config_path
5 6 7 |
# File 'lib/active_record_tasks.rb', line 5 def db_config_path @db_config_path end |
#db_dir ⇒ Object
Returns the value of attribute db_dir
5 6 7 |
# File 'lib/active_record_tasks.rb', line 5 def db_dir @db_dir end |
#env ⇒ Object
Returns the value of attribute env
5 6 7 |
# File 'lib/active_record_tasks.rb', line 5 def env @env end |