Sha256: b7aa46cb5ca4da1108da290f67099f10db254167817ee66ac643f2c893633279
Contents?: true
Size: 564 Bytes
Versions: 1
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_end, as: "postalCodeEnd", types: [ "string", ] # @return [String] define_property :postal_code_begin, as: "postalCodeBegin", types: [ "string", ] end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openactive-0.3.0 | lib/openactive/models/schema/postal_code_range_specification.rb |