Class: Varar::Core::DocStringDiff

Inherits:
Data
  • Object
show all
Defined in:
lib/varar/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



8
9
10
# File 'lib/varar/core/doc_string_diff.rb', line 8

def actual
  @actual
end

#expectedObject (readonly)

Returns the value of attribute expected

Returns:

  • (Object)

    the current value of expected



8
9
10
# File 'lib/varar/core/doc_string_diff.rb', line 8

def expected
  @expected
end

#spanObject (readonly)

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



8
9
10
# File 'lib/varar/core/doc_string_diff.rb', line 8

def span
  @span
end