Sha256: 82e4a7cea544d342674eae51e8c8becec56ff5b5f78d8f35ce829294a29fa3f6
Contents?: true
Size: 564 Bytes
Versions: 5
Compression:
Stored size: 564 Bytes
Contents
module OpenActive module Models module Schema class PostalCodeRangeSpecification < ::OpenActive::Models::Schema::StructuredValue # @!attribute type # @return [String] def type "schema:PostalCodeRangeSpecification" end # @return [String] define_property :postal_code_begin, as: "postalCodeBegin", types: [ "string", ] # @return [String] define_property :postal_code_end, as: "postalCodeEnd", types: [ "string", ] end end end end
Version data entries
5 entries across 5 versions & 1 rubygems