Sha256: 549ab337eff2b30a9fd129897ed299b56f9dff5dc49c952cf1b66cc7053c302c
Contents?: true
Size: 428 Bytes
Versions: 10
Compression:
Stored size: 428 Bytes
Contents
module OpenActive module Models module Schema class MonetaryAmountDistribution < ::OpenActive::Models::Schema::QuantitativeValueDistribution # @!attribute type # @return [String] def type "schema:MonetaryAmountDistribution" end # @return [String] define_property :currency, as: "currency", types: [ "string", ] end end end end
Version data entries
10 entries across 10 versions & 1 rubygems