Class: Suma::LinkValidation::Result
- Inherits:
-
Struct
- Object
- Struct
- Suma::LinkValidation::Result
- Defined in:
- lib/suma/link_validation.rb
Instance Attribute Summary collapse
-
#adoc_count ⇒ Object
Returns the value of attribute adoc_count.
-
#exp_count ⇒ Object
Returns the value of attribute exp_count.
-
#total_links ⇒ Object
Returns the value of attribute total_links.
-
#unresolved ⇒ Object
Returns the value of attribute unresolved.
Instance Method Summary collapse
Instance Attribute Details
#adoc_count ⇒ Object
Returns the value of attribute adoc_count
79 80 81 |
# File 'lib/suma/link_validation.rb', line 79 def adoc_count @adoc_count end |
#exp_count ⇒ Object
Returns the value of attribute exp_count
79 80 81 |
# File 'lib/suma/link_validation.rb', line 79 def exp_count @exp_count end |
#total_links ⇒ Object
Returns the value of attribute total_links
79 80 81 |
# File 'lib/suma/link_validation.rb', line 79 def total_links @total_links end |
#unresolved ⇒ Object
Returns the value of attribute unresolved
79 80 81 |
# File 'lib/suma/link_validation.rb', line 79 def unresolved @unresolved end |
Instance Method Details
#success? ⇒ Boolean
86 87 88 |
# File 'lib/suma/link_validation.rb', line 86 def success? unresolved.empty? end |