Sha256: 6395fe63d728da6896a6ee0a6a51eef90253a178109b108b972c9b0e80e27aac
Contents?: true
Size: 575 Bytes
Versions: 7
Compression:
Stored size: 575 Bytes
Contents
module OpenActive module Models module Schema class ParentAudience < ::OpenActive::Models::Schema::PeopleAudience # @!attribute type # @return [String] def type "schema:ParentAudience" end # @return [BigDecimal,nil] define_property :child_min_age, as: "childMinAge", types: [ "Number", "null", ] # @return [BigDecimal,nil] define_property :child_max_age, as: "childMaxAge", types: [ "Number", "null", ] end end end end
Version data entries
7 entries across 7 versions & 1 rubygems