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.
-
#root ⇒ Object
Returns the value of attribute root.
-
#seed_loader ⇒ Object
Returns the value of attribute seed_loader.
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 |
#root ⇒ Object
Returns the value of attribute root
5 6 7 |
# File 'lib/active_record_tasks.rb', line 5 def root @root end |
#seed_loader ⇒ Object
Returns the value of attribute seed_loader
5 6 7 |
# File 'lib/active_record_tasks.rb', line 5 def seed_loader @seed_loader end |