Class: Ruby::Merge::TslpSpan

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

Instance Attribute Summary collapse

Instance Attribute Details

#end_colObject

Returns the value of attribute end_col

Returns:

  • (Object)

    the current value of end_col



29
30
31
# File 'lib/ruby/merge.rb', line 29

def end_col
  @end_col
end

#end_rowObject

Returns the value of attribute end_row

Returns:

  • (Object)

    the current value of end_row



29
30
31
# File 'lib/ruby/merge.rb', line 29

def end_row
  @end_row
end

#start_colObject

Returns the value of attribute start_col

Returns:

  • (Object)

    the current value of start_col



29
30
31
# File 'lib/ruby/merge.rb', line 29

def start_col
  @start_col
end

#start_rowObject

Returns the value of attribute start_row

Returns:

  • (Object)

    the current value of start_row



29
30
31
# File 'lib/ruby/merge.rb', line 29

def start_row
  @start_row
end