Class: BitClust::LinkChecker::Finding
- Defined in:
- lib/bitclust/link_checker.rb
Instance Attribute Summary collapse
-
#location ⇒ Object
Returns the value of attribute location.
-
#message ⇒ Object
Returns the value of attribute message.
-
#ref ⇒ Object
Returns the value of attribute ref.
Instance Attribute Details
#location ⇒ Object
Returns the value of attribute location
23 24 25 |
# File 'lib/bitclust/link_checker.rb', line 23 def location @location end |
#message ⇒ Object
Returns the value of attribute message
23 24 25 |
# File 'lib/bitclust/link_checker.rb', line 23 def @message end |
#ref ⇒ Object
Returns the value of attribute ref
23 24 25 |
# File 'lib/bitclust/link_checker.rb', line 23 def ref @ref end |