Class: Pcrd::Preflight::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/pcrd/preflight.rb

Overview

Overall preflight result.

Instance Attribute Summary collapse

Instance Attribute Details

#ddl_mapObject (readonly)

Returns the value of attribute ddl_map

Returns:

  • (Object)

    the current value of ddl_map



18
19
20
# File 'lib/pcrd/preflight.rb', line 18

def ddl_map
  @ddl_map
end

#itemsObject (readonly)

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



18
19
20
# File 'lib/pcrd/preflight.rb', line 18

def items
  @items
end

#passedObject (readonly)

Returns the value of attribute passed

Returns:

  • (Object)

    the current value of passed



18
19
20
# File 'lib/pcrd/preflight.rb', line 18

def passed
  @passed
end

#row_countsObject (readonly)

Returns the value of attribute row_counts

Returns:

  • (Object)

    the current value of row_counts



18
19
20
# File 'lib/pcrd/preflight.rb', line 18

def row_counts
  @row_counts
end