Sha256: 3ff4142593365dce43b5588cc10d867cb770ef661081f99a233f5800abee6157
Contents?: true
Size: 518 Bytes
Versions: 4
Compression:
Stored size: 518 Bytes
Contents
module OpenActive module Models module Schema class WorkBasedProgram < ::OpenActive::Models::Schema::EducationalOccupationalProgram # @!attribute type # @return [String] def type "schema:WorkBasedProgram" end # @return [OpenActive::Models::Schema::MonetaryAmountDistribution] define_property :training_salary, as: "trainingSalary", types: [ "OpenActive::Models::Schema::MonetaryAmountDistribution", ] end end end end
Version data entries
4 entries across 4 versions & 1 rubygems