Class: Markdown::Merge::SourcePreservingProvider::Owner
- Inherits:
-
Data
- Object
- Data
- Markdown::Merge::SourcePreservingProvider::Owner
- Defined in:
- lib/markdown/merge/source_preserving_provider.rb
Instance Attribute Summary collapse
-
#end_byte ⇒ Object
readonly
Returns the value of attribute end_byte.
-
#fingerprint ⇒ Object
readonly
Returns the value of attribute fingerprint.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#role ⇒ Object
readonly
Returns the value of attribute role.
-
#signature ⇒ Object
readonly
Returns the value of attribute signature.
-
#source_text ⇒ Object
readonly
Returns the value of attribute source_text.
-
#start_byte ⇒ Object
readonly
Returns the value of attribute start_byte.
Instance Attribute Details
#end_byte ⇒ Object (readonly)
Returns the value of attribute end_byte
139 140 141 |
# File 'lib/markdown/merge/source_preserving_provider.rb', line 139 def end_byte @end_byte end |
#fingerprint ⇒ Object (readonly)
Returns the value of attribute fingerprint
139 140 141 |
# File 'lib/markdown/merge/source_preserving_provider.rb', line 139 def fingerprint @fingerprint end |
#id ⇒ Object (readonly)
Returns the value of attribute id
139 140 141 |
# File 'lib/markdown/merge/source_preserving_provider.rb', line 139 def id @id end |
#role ⇒ Object (readonly)
Returns the value of attribute role
139 140 141 |
# File 'lib/markdown/merge/source_preserving_provider.rb', line 139 def role @role end |
#signature ⇒ Object (readonly)
Returns the value of attribute signature
139 140 141 |
# File 'lib/markdown/merge/source_preserving_provider.rb', line 139 def signature @signature end |
#source_text ⇒ Object (readonly)
Returns the value of attribute source_text
139 140 141 |
# File 'lib/markdown/merge/source_preserving_provider.rb', line 139 def source_text @source_text end |
#start_byte ⇒ Object (readonly)
Returns the value of attribute start_byte
139 140 141 |
# File 'lib/markdown/merge/source_preserving_provider.rb', line 139 def start_byte @start_byte end |