Class: Annotation::AnnotaionType

Inherits:
Object
  • Object
show all
Defined in:
lib/models/annotations/annotation.rb

Overview

Class AnnotaionType represents container of constants of annotation types: SELECT = 1 STRING = 2 NUMBER = 3

Constant Summary collapse

SELECT =
1
STRING =
2
NUMBER =
3