Class: Oselvar::Var::Core::DocStringDiff
- Inherits:
-
Data
- Object
- Data
- Oselvar::Var::Core::DocStringDiff
- Defined in:
- lib/oselvar/var/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
9 10 11 |
# File 'lib/oselvar/var/core/doc_string_diff.rb', line 9 def actual @actual end |
#expected ⇒ Object (readonly)
Returns the value of attribute expected
9 10 11 |
# File 'lib/oselvar/var/core/doc_string_diff.rb', line 9 def expected @expected end |
#span ⇒ Object (readonly)
Returns the value of attribute span
9 10 11 |
# File 'lib/oselvar/var/core/doc_string_diff.rb', line 9 def span @span end |