Class: Ruby::Merge::BlockDirectiveDetector::Span

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby/merge/block_directive_detector.rb

Instance Attribute Summary collapse

Instance Attribute Details

#close_markerObject

Returns the value of attribute close_marker

Returns:

  • (Object)

    the current value of close_marker



11
12
13
# File 'lib/ruby/merge/block_directive_detector.rb', line 11

def close_marker
  @close_marker
end

#end_lineObject

Returns the value of attribute end_line

Returns:

  • (Object)

    the current value of end_line



11
12
13
# File 'lib/ruby/merge/block_directive_detector.rb', line 11

def end_line
  @end_line
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



11
12
13
# File 'lib/ruby/merge/block_directive_detector.rb', line 11

def kind
  @kind
end

#open_markerObject

Returns the value of attribute open_marker

Returns:

  • (Object)

    the current value of open_marker



11
12
13
# File 'lib/ruby/merge/block_directive_detector.rb', line 11

def open_marker
  @open_marker
end

#start_lineObject

Returns the value of attribute start_line

Returns:

  • (Object)

    the current value of start_line



11
12
13
# File 'lib/ruby/merge/block_directive_detector.rb', line 11

def start_line
  @start_line
end