Sha256: 16ab7d63f862333458577ad064a4a7d4e9c9f76dd7b831652c95e2194bff6cc5
Contents?: true
Size: 258 Bytes
Versions: 120
Compression:
Stored size: 258 Bytes
Contents
# frozen_string_literal: true <% module_namespacing_when_supported do -%> module Types class <%= ruby_class_name %> < Types::BaseUnion <% if custom_fields.any? %> possible_types <%= normalized_possible_types.join(", ") %> <% end %> end end <% end -%>
Version data entries
120 entries across 120 versions & 1 rubygems