Class: Pcrd::Config::AnalyzeConfig
- Inherits:
-
Data
- Object
- Data
- Pcrd::Config::AnalyzeConfig
- 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
-
#tables ⇒ Object
readonly
Returns the value of attribute tables.
Instance Attribute Details
#tables ⇒ Object (readonly)
Returns the value of attribute tables
6 7 8 |
# File 'lib/pcrd/config/analyze_config.rb', line 6 def tables @tables end |