Class: CSKit::Annotation

Inherits:
Struct
  • Object
show all
Defined in:
lib/cskit/annotator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



12
13
14
# File 'lib/cskit/annotator.rb', line 12

def data
  @data
end

#finishObject

Returns the value of attribute finish

Returns:

  • (Object)

    the current value of finish



12
13
14
# File 'lib/cskit/annotator.rb', line 12

def finish
  @finish
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



12
13
14
# File 'lib/cskit/annotator.rb', line 12

def start
  @start
end