Class: Pcrd::Preflight::Result
- Inherits:
-
Data
- Object
- Data
- Pcrd::Preflight::Result
- Defined in:
- lib/pcrd/preflight.rb
Overview
Overall preflight result.
Instance Attribute Summary collapse
-
#ddl_map ⇒ Object
readonly
Returns the value of attribute ddl_map.
-
#items ⇒ Object
readonly
Returns the value of attribute items.
-
#passed ⇒ Object
readonly
Returns the value of attribute passed.
-
#row_counts ⇒ Object
readonly
Returns the value of attribute row_counts.
Instance Attribute Details
#ddl_map ⇒ Object (readonly)
Returns the value of attribute ddl_map
18 19 20 |
# File 'lib/pcrd/preflight.rb', line 18 def ddl_map @ddl_map end |
#items ⇒ Object (readonly)
Returns the value of attribute items
18 19 20 |
# File 'lib/pcrd/preflight.rb', line 18 def items @items end |
#passed ⇒ Object (readonly)
Returns the value of attribute passed
18 19 20 |
# File 'lib/pcrd/preflight.rb', line 18 def passed @passed end |
#row_counts ⇒ Object (readonly)
Returns the value of attribute row_counts
18 19 20 |
# File 'lib/pcrd/preflight.rb', line 18 def row_counts @row_counts end |