Class: RailsAgents::DatabaseDiscovery::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails_agents/database_discovery.rb

Instance Attribute Summary collapse

Instance Attribute Details

#active_recordObject

Returns the value of attribute active_record

Returns:

  • (Object)

    the current value of active_record



16
17
18
# File 'lib/rails_agents/database_discovery.rb', line 16

def active_record
  @active_record
end

#adaptersObject

Returns the value of attribute adapters

Returns:

  • (Object)

    the current value of adapters



16
17
18
# File 'lib/rails_agents/database_discovery.rb', line 16

def adapters
  @adapters
end

#collectionsObject

Returns the value of attribute collections

Returns:

  • (Object)

    the current value of collections



16
17
18
# File 'lib/rails_agents/database_discovery.rb', line 16

def collections
  @collections
end

#config_filesObject

Returns the value of attribute config_files

Returns:

  • (Object)

    the current value of config_files



16
17
18
# File 'lib/rails_agents/database_discovery.rb', line 16

def config_files
  @config_files
end

#default_attachObject

Returns the value of attribute default_attach

Returns:

  • (Object)

    the current value of default_attach



16
17
18
# File 'lib/rails_agents/database_discovery.rb', line 16

def default_attach
  @default_attach
end

#mongoidObject

Returns the value of attribute mongoid

Returns:

  • (Object)

    the current value of mongoid



16
17
18
# File 'lib/rails_agents/database_discovery.rb', line 16

def mongoid
  @mongoid
end

#tablesObject

Returns the value of attribute tables

Returns:

  • (Object)

    the current value of tables



16
17
18
# File 'lib/rails_agents/database_discovery.rb', line 16

def tables
  @tables
end