Class: Pcrd::Config::AnalyzeConfig

Inherits:
Data
  • Object
show all
Defined in:
lib/pcrd/config/analyze_config.rb

Overview

tables: Array<String> of table names, or nil to use migrate.tables

Instance Attribute Summary collapse

Instance Attribute Details

#tablesObject (readonly)

Returns the value of attribute tables

Returns:

  • (Object)

    the current value of tables



6
7
8
# File 'lib/pcrd/config/analyze_config.rb', line 6

def tables
  @tables
end