class Nanoc::Extra::Checking::Checks::ExternalLinks::Result
Attributes
explanation[R]
href[R]
Public Class Methods
new(href, explanation)
click to toggle source
# File lib/nanoc/extra/checking/checks/external_links.rb, line 36 def initialize(href, explanation) @href = href @explanation = explanation end