Class: Excelsieur::Result
- Inherits:
-
Object
- Object
- Excelsieur::Result
- Defined in:
- lib/excelsieur/result.rb
Defined Under Namespace
Modules: Statuses
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#report ⇒ Object
Returns the value of attribute report.
Instance Method Summary collapse
- #failed? ⇒ Boolean
-
#initialize(total_rows) ⇒ Result
constructor
A new instance of Result.
- #status ⇒ Object
Constructor Details
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors.
11 12 13 |
# File 'lib/excelsieur/result.rb', line 11 def errors @errors end |
#report ⇒ Object
Returns the value of attribute report.
11 12 13 |
# File 'lib/excelsieur/result.rb', line 11 def report @report end |