Class: ValidData::Result
- Inherits:
-
Struct
- Object
- Struct
- ValidData::Result
- Defined in:
- lib/valid_data.rb
Overview
Result serves as a data structure between Runner and Printer
Instance Attribute Summary collapse
-
#invalid_count ⇒ Object
Returns the value of attribute invalid_count.
-
#name ⇒ Object
Returns the value of attribute name.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Attribute Details
#invalid_count ⇒ Object
Returns the value of attribute invalid_count
10 11 12 |
# File 'lib/valid_data.rb', line 10 def invalid_count @invalid_count end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/valid_data.rb', line 10 def name @name end |
#total ⇒ Object
Returns the value of attribute total
10 11 12 |
# File 'lib/valid_data.rb', line 10 def total @total end |