Class: RailsAgents::DatabaseDiscovery::Result
- Inherits:
-
Struct
- Object
- Struct
- RailsAgents::DatabaseDiscovery::Result
- Defined in:
- lib/rails_agents/database_discovery.rb
Instance Attribute Summary collapse
-
#active_record ⇒ Object
Returns the value of attribute active_record.
-
#adapters ⇒ Object
Returns the value of attribute adapters.
-
#collections ⇒ Object
Returns the value of attribute collections.
-
#config_files ⇒ Object
Returns the value of attribute config_files.
-
#default_attach ⇒ Object
Returns the value of attribute default_attach.
-
#mongoid ⇒ Object
Returns the value of attribute mongoid.
-
#tables ⇒ Object
Returns the value of attribute tables.
Instance Attribute Details
#active_record ⇒ Object
Returns the value of attribute active_record
16 17 18 |
# File 'lib/rails_agents/database_discovery.rb', line 16 def active_record @active_record end |
#adapters ⇒ Object
Returns the value of attribute adapters
16 17 18 |
# File 'lib/rails_agents/database_discovery.rb', line 16 def adapters @adapters end |
#collections ⇒ Object
Returns the value of attribute collections
16 17 18 |
# File 'lib/rails_agents/database_discovery.rb', line 16 def collections @collections end |
#config_files ⇒ Object
Returns the value of attribute config_files
16 17 18 |
# File 'lib/rails_agents/database_discovery.rb', line 16 def config_files @config_files end |
#default_attach ⇒ Object
Returns the value of attribute default_attach
16 17 18 |
# File 'lib/rails_agents/database_discovery.rb', line 16 def default_attach @default_attach end |
#mongoid ⇒ Object
Returns the value of attribute mongoid
16 17 18 |
# File 'lib/rails_agents/database_discovery.rb', line 16 def mongoid @mongoid end |
#tables ⇒ Object
Returns the value of attribute tables
16 17 18 |
# File 'lib/rails_agents/database_discovery.rb', line 16 def tables @tables end |