Class: Pcrd::Config::Root
- Inherits:
-
Data
- Object
- Data
- Pcrd::Config::Root
- Defined in:
- lib/pcrd/config/root.rb
Overview
Top-level config object returned by Config::Loader.load. target, migrate, analyze, verify, cutover are all optional (may be nil).
Instance Attribute Summary collapse
-
#analyze ⇒ Object
readonly
Returns the value of attribute analyze.
-
#cutover ⇒ Object
readonly
Returns the value of attribute cutover.
-
#migrate ⇒ Object
readonly
Returns the value of attribute migrate.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#target ⇒ Object
readonly
Returns the value of attribute target.
-
#verify ⇒ Object
readonly
Returns the value of attribute verify.
Instance Attribute Details
#analyze ⇒ Object (readonly)
Returns the value of attribute analyze
7 8 9 |
# File 'lib/pcrd/config/root.rb', line 7 def analyze @analyze end |
#cutover ⇒ Object (readonly)
Returns the value of attribute cutover
7 8 9 |
# File 'lib/pcrd/config/root.rb', line 7 def cutover @cutover end |
#migrate ⇒ Object (readonly)
Returns the value of attribute migrate
7 8 9 |
# File 'lib/pcrd/config/root.rb', line 7 def migrate @migrate end |
#path ⇒ Object (readonly)
Returns the value of attribute path
7 8 9 |
# File 'lib/pcrd/config/root.rb', line 7 def path @path end |
#source ⇒ Object (readonly)
Returns the value of attribute source
7 8 9 |
# File 'lib/pcrd/config/root.rb', line 7 def source @source end |
#target ⇒ Object (readonly)
Returns the value of attribute target
7 8 9 |
# File 'lib/pcrd/config/root.rb', line 7 def target @target end |
#verify ⇒ Object (readonly)
Returns the value of attribute verify
7 8 9 |
# File 'lib/pcrd/config/root.rb', line 7 def verify @verify end |