Class: Oselvar::Var::Core::DocStringDiff

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#actualObject (readonly)

Returns the value of attribute actual

Returns:

  • (Object)

    the current value of actual



9
10
11
# File 'lib/oselvar/var/core/doc_string_diff.rb', line 9

def actual
  @actual
end

#expectedObject (readonly)

Returns the value of attribute expected

Returns:

  • (Object)

    the current value of expected



9
10
11
# File 'lib/oselvar/var/core/doc_string_diff.rb', line 9

def expected
  @expected
end

#spanObject (readonly)

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



9
10
11
# File 'lib/oselvar/var/core/doc_string_diff.rb', line 9

def span
  @span
end