Class: PartitionGardener::Audit::AuditResult

Inherits:
Data
  • Object
show all
Defined in:
lib/partition_gardener/audit.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attached_child_countObject (readonly)

Returns the value of attribute attached_child_count

Returns:

  • (Object)

    the current value of attached_child_count



6
7
8
# File 'lib/partition_gardener/audit.rb', line 6

def attached_child_count
  @attached_child_count
end

#default_row_countObject (readonly)

Returns the value of attribute default_row_count

Returns:

  • (Object)

    the current value of default_row_count



6
7
8
# File 'lib/partition_gardener/audit.rb', line 6

def default_row_count
  @default_row_count
end

#gapsObject (readonly)

Returns the value of attribute gaps

Returns:

  • (Object)

    the current value of gaps



6
7
8
# File 'lib/partition_gardener/audit.rb', line 6

def gaps
  @gaps
end

#horizon_daysObject (readonly)

Returns the value of attribute horizon_days

Returns:

  • (Object)

    the current value of horizon_days



6
7
8
# File 'lib/partition_gardener/audit.rb', line 6

def horizon_days
  @horizon_days
end

#partitionedObject (readonly)

Returns the value of attribute partitioned

Returns:

  • (Object)

    the current value of partitioned



6
7
8
# File 'lib/partition_gardener/audit.rb', line 6

def partitioned
  @partitioned
end

#table_nameObject (readonly)

Returns the value of attribute table_name

Returns:

  • (Object)

    the current value of table_name



6
7
8
# File 'lib/partition_gardener/audit.rb', line 6

def table_name
  @table_name
end

#warningsObject (readonly)

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



6
7
8
# File 'lib/partition_gardener/audit.rb', line 6

def warnings
  @warnings
end