Class: Markdown::Merge::SourcePreservingProvider::ExactDocument

Inherits:
Data
  • Object
show all
Defined in:
lib/markdown/merge/source_preserving_provider.rb

Instance Attribute Summary collapse

Instance Attribute Details

#headingsObject (readonly)

Returns the value of attribute headings

Returns:

  • (Object)

    the current value of headings



141
142
143
# File 'lib/markdown/merge/source_preserving_provider.rb', line 141

def headings
  @headings
end

#issuesObject (readonly)

Returns the value of attribute issues

Returns:

  • (Object)

    the current value of issues



141
142
143
# File 'lib/markdown/merge/source_preserving_provider.rb', line 141

def issues
  @issues
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



141
142
143
# File 'lib/markdown/merge/source_preserving_provider.rb', line 141

def role
  @role
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



141
142
143
# File 'lib/markdown/merge/source_preserving_provider.rb', line 141

def source
  @source
end