Class: Markdown::Merge::SourcePreservingProvider::ExactDocument
- Inherits:
-
Data
- Object
- Data
- Markdown::Merge::SourcePreservingProvider::ExactDocument
- Defined in:
- lib/markdown/merge/source_preserving_provider.rb
Instance Attribute Summary collapse
-
#headings ⇒ Object
readonly
Returns the value of attribute headings.
-
#issues ⇒ Object
readonly
Returns the value of attribute issues.
-
#role ⇒ Object
readonly
Returns the value of attribute role.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
Instance Attribute Details
#headings ⇒ Object (readonly)
Returns the value of attribute headings
141 142 143 |
# File 'lib/markdown/merge/source_preserving_provider.rb', line 141 def headings @headings end |
#issues ⇒ Object (readonly)
Returns the value of attribute issues
141 142 143 |
# File 'lib/markdown/merge/source_preserving_provider.rb', line 141 def issues @issues end |
#role ⇒ Object (readonly)
Returns the value of attribute role
141 142 143 |
# File 'lib/markdown/merge/source_preserving_provider.rb', line 141 def role @role end |
#source ⇒ Object (readonly)
Returns the value of attribute source
141 142 143 |
# File 'lib/markdown/merge/source_preserving_provider.rb', line 141 def source @source end |