Class: Kettle::Dev::MarkdownReferenceValidator::Report

Inherits:
Struct
  • Object
show all
Defined in:
lib/kettle/dev/markdown_reference_validator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#file_countObject

Returns the value of attribute file_count

Returns:

  • (Object)

    the current value of file_count



16
17
18
# File 'lib/kettle/dev/markdown_reference_validator.rb', line 16

def file_count
  @file_count
end

#issuesObject

Returns the value of attribute issues

Returns:

  • (Object)

    the current value of issues



16
17
18
# File 'lib/kettle/dev/markdown_reference_validator.rb', line 16

def issues
  @issues
end

#local_target_countObject

Returns the value of attribute local_target_count

Returns:

  • (Object)

    the current value of 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_countObject

Returns the value of attribute reference_count

Returns:

  • (Object)

    the current value of reference_count



16
17
18
# File 'lib/kettle/dev/markdown_reference_validator.rb', line 16

def reference_count
  @reference_count
end