Sha256: 2a881ce392a139273376fe9b59c1d05869fc1708faaad5b77b3fd3686b9f2e0e
Contents?: true
Size: 614 Bytes
Versions: 7
Compression:
Stored size: 614 Bytes
Contents
# frozen_string_literal: true module AnnotateRb module ModelAnnotator module ColumnAnnotation autoload :AttributesBuilder, "annotate_rb/model_annotator/column_annotation/attributes_builder" autoload :TypeBuilder, "annotate_rb/model_annotator/column_annotation/type_builder" autoload :ColumnWrapper, "annotate_rb/model_annotator/column_annotation/column_wrapper" autoload :AnnotationBuilder, "annotate_rb/model_annotator/column_annotation/annotation_builder" autoload :DefaultValueBuilder, "annotate_rb/model_annotator/column_annotation/default_value_builder" end end end
Version data entries
7 entries across 7 versions & 1 rubygems