Class: PerconaMigrator::UserOptions
- Inherits:
-
Object
- Object
- PerconaMigrator::UserOptions
- Defined in:
- lib/percona_migrator/user_options.rb
Overview
Encapsulates the pt-online-schema-change options defined by the user
Instance Method Summary collapse
-
#initialize(arguments = ENV['PERCONA_ARGS']) ⇒ UserOptions
constructor
Constructor.
Constructor Details
#initialize(arguments = ENV['PERCONA_ARGS']) ⇒ UserOptions
Constructor
9 10 11 |
# File 'lib/percona_migrator/user_options.rb', line 9 def initialize(arguments = ENV['PERCONA_ARGS']) @arguments = arguments end |