Class: Html::Merge::CrisprAdapter::Location
- Inherits:
-
Struct
- Object
- Struct
- Html::Merge::CrisprAdapter::Location
- Defined in:
- lib/html/merge/crispr_adapter.rb
Instance Attribute Summary collapse
-
#end_line ⇒ Object
Returns the value of attribute end_line.
-
#start_line ⇒ Object
Returns the value of attribute start_line.
Instance Attribute Details
#end_line ⇒ Object
Returns the value of attribute end_line
8 9 10 |
# File 'lib/html/merge/crispr_adapter.rb', line 8 def end_line @end_line end |
#start_line ⇒ Object
Returns the value of attribute start_line
8 9 10 |
# File 'lib/html/merge/crispr_adapter.rb', line 8 def start_line @start_line end |