Class: Ruby::Merge::TslpSpan
- Inherits:
-
Struct
- Object
- Struct
- Ruby::Merge::TslpSpan
- Defined in:
- lib/ruby/merge.rb
Instance Attribute Summary collapse
-
#end_col ⇒ Object
Returns the value of attribute end_col.
-
#end_row ⇒ Object
Returns the value of attribute end_row.
-
#start_col ⇒ Object
Returns the value of attribute start_col.
-
#start_row ⇒ Object
Returns the value of attribute start_row.
Instance Attribute Details
#end_col ⇒ Object
Returns the value of attribute end_col
29 30 31 |
# File 'lib/ruby/merge.rb', line 29 def end_col @end_col end |
#end_row ⇒ Object
Returns the value of attribute end_row
29 30 31 |
# File 'lib/ruby/merge.rb', line 29 def end_row @end_row end |
#start_col ⇒ Object
Returns the value of attribute start_col
29 30 31 |
# File 'lib/ruby/merge.rb', line 29 def start_col @start_col end |
#start_row ⇒ Object
Returns the value of attribute start_row
29 30 31 |
# File 'lib/ruby/merge.rb', line 29 def start_row @start_row end |