Class: PartitionGardener::Audit::AuditResult
- Inherits:
-
Data
- Object
- Data
- PartitionGardener::Audit::AuditResult
- Defined in:
- lib/partition_gardener/audit.rb
Instance Attribute Summary collapse
-
#attached_child_count ⇒ Object
readonly
Returns the value of attribute attached_child_count.
-
#default_row_count ⇒ Object
readonly
Returns the value of attribute default_row_count.
-
#gaps ⇒ Object
readonly
Returns the value of attribute gaps.
-
#horizon_days ⇒ Object
readonly
Returns the value of attribute horizon_days.
-
#partitioned ⇒ Object
readonly
Returns the value of attribute partitioned.
-
#table_name ⇒ Object
readonly
Returns the value of attribute table_name.
-
#warnings ⇒ Object
readonly
Returns the value of attribute warnings.
Instance Attribute Details
#attached_child_count ⇒ Object (readonly)
Returns the value of attribute attached_child_count
6 7 8 |
# File 'lib/partition_gardener/audit.rb', line 6 def attached_child_count @attached_child_count end |
#default_row_count ⇒ Object (readonly)
Returns the value of attribute default_row_count
6 7 8 |
# File 'lib/partition_gardener/audit.rb', line 6 def default_row_count @default_row_count end |
#gaps ⇒ Object (readonly)
Returns the value of attribute gaps
6 7 8 |
# File 'lib/partition_gardener/audit.rb', line 6 def gaps @gaps end |
#horizon_days ⇒ Object (readonly)
Returns the value of attribute horizon_days
6 7 8 |
# File 'lib/partition_gardener/audit.rb', line 6 def horizon_days @horizon_days end |
#partitioned ⇒ Object (readonly)
Returns the value of attribute partitioned
6 7 8 |
# File 'lib/partition_gardener/audit.rb', line 6 def partitioned @partitioned end |
#table_name ⇒ Object (readonly)
Returns the value of attribute table_name
6 7 8 |
# File 'lib/partition_gardener/audit.rb', line 6 def table_name @table_name end |
#warnings ⇒ Object (readonly)
Returns the value of attribute warnings
6 7 8 |
# File 'lib/partition_gardener/audit.rb', line 6 def warnings @warnings end |