Module: AnnotID
- Extended by:
- Entity
- Defined in:
- lib/rbbt/segment/annotation.rb
Instance Method Summary collapse
Instance Method Details
#_parts ⇒ Object
9 10 11 |
# File 'lib/rbbt/segment/annotation.rb', line 9 def _parts @parts ||= self.split(":") end |
#segid ⇒ Object
13 14 15 |
# File 'lib/rbbt/segment/annotation.rb', line 13 def segid @segid ||= _parts[0..4] * ":" end |
#type ⇒ Object
17 18 19 |
# File 'lib/rbbt/segment/annotation.rb', line 17 def type @type ||= _parts[5] end |