Class: Ruby::Merge::BlockDirectiveDetector::Span
- Inherits:
-
Struct
- Object
- Struct
- Ruby::Merge::BlockDirectiveDetector::Span
- Defined in:
- lib/ruby/merge/block_directive_detector.rb
Instance Attribute Summary collapse
-
#close_marker ⇒ Object
Returns the value of attribute close_marker.
-
#end_line ⇒ Object
Returns the value of attribute end_line.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#open_marker ⇒ Object
Returns the value of attribute open_marker.
-
#start_line ⇒ Object
Returns the value of attribute start_line.
Instance Attribute Details
#close_marker ⇒ Object
Returns the value of attribute close_marker
11 12 13 |
# File 'lib/ruby/merge/block_directive_detector.rb', line 11 def close_marker @close_marker end |
#end_line ⇒ Object
Returns the value of attribute end_line
11 12 13 |
# File 'lib/ruby/merge/block_directive_detector.rb', line 11 def end_line @end_line end |
#kind ⇒ Object
Returns the value of attribute kind
11 12 13 |
# File 'lib/ruby/merge/block_directive_detector.rb', line 11 def kind @kind end |
#open_marker ⇒ Object
Returns the value of attribute open_marker
11 12 13 |
# File 'lib/ruby/merge/block_directive_detector.rb', line 11 def open_marker @open_marker end |
#start_line ⇒ Object
Returns the value of attribute start_line
11 12 13 |
# File 'lib/ruby/merge/block_directive_detector.rb', line 11 def start_line @start_line end |