Class: Kettle::Dev::MarkdownReferenceValidator::Report
- Inherits:
-
Struct
- Object
- Struct
- Kettle::Dev::MarkdownReferenceValidator::Report
- Defined in:
- lib/kettle/dev/markdown_reference_validator.rb
Instance Attribute Summary collapse
-
#file_count ⇒ Object
Returns the value of attribute file_count.
-
#issues ⇒ Object
Returns the value of attribute issues.
-
#local_target_count ⇒ Object
Returns the value of attribute local_target_count.
-
#reference_count ⇒ Object
Returns the value of attribute reference_count.
Instance Attribute Details
#file_count ⇒ Object
Returns the value of attribute file_count
16 17 18 |
# File 'lib/kettle/dev/markdown_reference_validator.rb', line 16 def file_count @file_count end |
#issues ⇒ Object
Returns the value of attribute issues
16 17 18 |
# File 'lib/kettle/dev/markdown_reference_validator.rb', line 16 def issues @issues end |
#local_target_count ⇒ Object
Returns the value of attribute local_target_count
16 17 18 |
# File 'lib/kettle/dev/markdown_reference_validator.rb', line 16 def local_target_count @local_target_count end |
#reference_count ⇒ Object
Returns the value of attribute reference_count
16 17 18 |
# File 'lib/kettle/dev/markdown_reference_validator.rb', line 16 def reference_count @reference_count end |