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