Sha256: cee1f7f7141f777f64e44d9b60557ecad5a44f00abf2e59f388173aff7e2c2e2
Contents?: true
Size: 195 Bytes
Versions: 19
Compression:
Stored size: 195 Bytes
Contents
# frozen_string_literal: true class Avo::Fields::Common::BooleanGroupComponent < Avo::BaseComponent def initialize(options: {}, value: nil) @options = options @value = value end end
Version data entries
19 entries across 19 versions & 1 rubygems