class Nanoc::Checking::Checks::ExternalLinks::Result

Attributes

explanation[R]
href[R]

Public Class Methods

new(href, explanation) click to toggle source
# File lib/nanoc/checking/checks/external_links.rb, line 35
def initialize(href, explanation)
  @href        = href
  @explanation = explanation
end