Class: Annotation

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

Overview

Class Annotation represents structure of annotation

annotation = Annotation.new
annotation.name            # => String
annotation.annotation_type # => String
annotation.options         # => Array of AnnotationOption objects

Defined Under Namespace

Classes: AnnotaionType