Class: Varar::Core::DocStringDiff
- Inherits:
-
Data
- Object
- Data
- Varar::Core::DocStringDiff
- Defined in:
- lib/varar/core/doc_string_diff.rb
Overview
A doc-string content difference: fence body span, expected, actual.
Instance Attribute Summary collapse
-
#actual ⇒ Object
readonly
Returns the value of attribute actual.
-
#expected ⇒ Object
readonly
Returns the value of attribute expected.
-
#span ⇒ Object
readonly
Returns the value of attribute span.
Instance Attribute Details
#actual ⇒ Object (readonly)
Returns the value of attribute actual
8 9 10 |
# File 'lib/varar/core/doc_string_diff.rb', line 8 def actual @actual end |
#expected ⇒ Object (readonly)
Returns the value of attribute expected
8 9 10 |
# File 'lib/varar/core/doc_string_diff.rb', line 8 def expected @expected end |
#span ⇒ Object (readonly)
Returns the value of attribute span
8 9 10 |
# File 'lib/varar/core/doc_string_diff.rb', line 8 def span @span end |