Class: Torikago::Checker::Result
- Inherits:
-
Struct
- Object
- Struct
- Torikago::Checker::Result
- Defined in:
- lib/torikago/checker.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#gateway_call_count ⇒ Object
Returns the value of attribute gateway_call_count.
-
#manifest_count ⇒ Object
Returns the value of attribute manifest_count.
-
#scanned_file_count ⇒ Object
Returns the value of attribute scanned_file_count.
Instance Method Summary collapse
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors
9 10 11 |
# File 'lib/torikago/checker.rb', line 9 def errors @errors end |
#gateway_call_count ⇒ Object
Returns the value of attribute gateway_call_count
9 10 11 |
# File 'lib/torikago/checker.rb', line 9 def gateway_call_count @gateway_call_count end |
#manifest_count ⇒ Object
Returns the value of attribute manifest_count
9 10 11 |
# File 'lib/torikago/checker.rb', line 9 def manifest_count @manifest_count end |
#scanned_file_count ⇒ Object
Returns the value of attribute scanned_file_count
9 10 11 |
# File 'lib/torikago/checker.rb', line 9 def scanned_file_count @scanned_file_count end |
Instance Method Details
#ok? ⇒ Boolean
16 17 18 |
# File 'lib/torikago/checker.rb', line 16 def ok? errors.empty? end |