Class: Markdown::Merge::ProviderBackend::Heading
- Inherits:
-
Data
- Object
- Data
- Markdown::Merge::ProviderBackend::Heading
- Defined in:
- lib/markdown/merge/source_preserving_provider.rb,
sig/markdown/merge.rbs
Instance Attribute Summary collapse
-
#end_line ⇒ Object
readonly
Returns the value of attribute end_line.
-
#level ⇒ Object
readonly
Returns the value of attribute level.
-
#start_line ⇒ Object
readonly
Returns the value of attribute start_line.
-
#style ⇒ Object
readonly
Returns the value of attribute style.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
Constructor Details
#initialize ⇒ Object
32 |
# File 'sig/markdown/merge.rbs', line 32
def initialize: (
|
Instance Attribute Details
#end_line ⇒ Object (readonly)
Returns the value of attribute end_line
12 13 14 |
# File 'lib/markdown/merge/source_preserving_provider.rb', line 12 def end_line @end_line end |
#level ⇒ Object (readonly)
Returns the value of attribute level
12 13 14 |
# File 'lib/markdown/merge/source_preserving_provider.rb', line 12 def level @level end |
#start_line ⇒ Object (readonly)
Returns the value of attribute start_line
12 13 14 |
# File 'lib/markdown/merge/source_preserving_provider.rb', line 12 def start_line @start_line end |
#style ⇒ Object (readonly)
Returns the value of attribute style
12 13 14 |
# File 'lib/markdown/merge/source_preserving_provider.rb', line 12 def style @style end |
#text ⇒ Object (readonly)
Returns the value of attribute text
12 13 14 |
# File 'lib/markdown/merge/source_preserving_provider.rb', line 12 def text @text end |