Class: CSKit::Annotation
- Inherits:
-
Struct
- Object
- Struct
- CSKit::Annotation
- Defined in:
- lib/cskit/annotator.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#finish ⇒ Object
Returns the value of attribute finish.
-
#start ⇒ Object
Returns the value of attribute start.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
12 13 14 |
# File 'lib/cskit/annotator.rb', line 12 def data @data end |
#finish ⇒ Object
Returns the value of attribute finish
12 13 14 |
# File 'lib/cskit/annotator.rb', line 12 def finish @finish end |
#start ⇒ Object
Returns the value of attribute start
12 13 14 |
# File 'lib/cskit/annotator.rb', line 12 def start @start end |