Class: Versions::SkippedColumnPurger::Config
- Inherits:
-
Data
- Object
- Data
- Versions::SkippedColumnPurger::Config
- Defined in:
- app/services/versions/skipped_column_purger.rb
Overview
Run settings, grouped so the object carries one state object rather than a
pile of instance variables.
Instance Attribute Summary collapse
-
#allow_no_standby ⇒ Object
readonly
Returns the value of attribute allow_no_standby.
-
#batch_size ⇒ Object
readonly
Returns the value of attribute batch_size.
-
#dry_run ⇒ Object
readonly
Returns the value of attribute dry_run.
-
#max_lag_bytes ⇒ Object
readonly
Returns the value of attribute max_lag_bytes.
-
#only ⇒ Object
readonly
Returns the value of attribute only.
-
#purge_empty ⇒ Object
readonly
Returns the value of attribute purge_empty.
-
#sleep_secs ⇒ Object
readonly
Returns the value of attribute sleep_secs.
-
#start_id ⇒ Object
readonly
Returns the value of attribute start_id.
Instance Attribute Details
#allow_no_standby ⇒ Object (readonly)
Returns the value of attribute allow_no_standby
44 45 46 |
# File 'app/services/versions/skipped_column_purger.rb', line 44 def allow_no_standby @allow_no_standby end |
#batch_size ⇒ Object (readonly)
Returns the value of attribute batch_size
44 45 46 |
# File 'app/services/versions/skipped_column_purger.rb', line 44 def batch_size @batch_size end |
#dry_run ⇒ Object (readonly)
Returns the value of attribute dry_run
44 45 46 |
# File 'app/services/versions/skipped_column_purger.rb', line 44 def dry_run @dry_run end |
#max_lag_bytes ⇒ Object (readonly)
Returns the value of attribute max_lag_bytes
44 45 46 |
# File 'app/services/versions/skipped_column_purger.rb', line 44 def max_lag_bytes @max_lag_bytes end |
#only ⇒ Object (readonly)
Returns the value of attribute only
44 45 46 |
# File 'app/services/versions/skipped_column_purger.rb', line 44 def only @only end |
#purge_empty ⇒ Object (readonly)
Returns the value of attribute purge_empty
44 45 46 |
# File 'app/services/versions/skipped_column_purger.rb', line 44 def purge_empty @purge_empty end |
#sleep_secs ⇒ Object (readonly)
Returns the value of attribute sleep_secs
44 45 46 |
# File 'app/services/versions/skipped_column_purger.rb', line 44 def sleep_secs @sleep_secs end |
#start_id ⇒ Object (readonly)
Returns the value of attribute start_id
44 45 46 |
# File 'app/services/versions/skipped_column_purger.rb', line 44 def start_id @start_id end |