Sha256: 1d2777c79adaf69a6eacc57300eb5f9d378e87f45ce7645062ca82e3e00f45ef
Contents?: true
Size: 692 Bytes
Versions: 4
Compression:
Stored size: 692 Bytes
Contents
module OpenActive module Models module Schema class StatisticalPopulation < ::OpenActive::Models::Schema::Intangible # @!attribute type # @return [String] def type "schema:StatisticalPopulation" end # @return [] define_property :population_type, as: "populationType", types: [ ] # @return [int,nil] define_property :constraining_property, as: "constrainingProperty", types: [ "int", "null", ] # @return [int,nil] define_property :num_constraints, as: "numConstraints", types: [ "int", "null", ] end end end end
Version data entries
4 entries across 4 versions & 1 rubygems