Sha256: a34183e3d12d2521bb60ee176afee315e07c2ba494c4c2ba92a16dfa4d737e07
Contents?: true
Size: 712 Bytes
Versions: 4
Compression:
Stored size: 712 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" autoload :ColumnComponent, "annotate_rb/model_annotator/column_annotation/column_component" end end end
Version data entries
4 entries across 4 versions & 1 rubygems