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

Version Path
openactive-0.5.0 lib/openactive/models/schema/postal_code_range_specification.rb
openactive-0.4.0 lib/openactive/models/schema/postal_code_range_specification.rb
openactive-0.2.2 lib/openactive/models/schema/postal_code_range_specification.rb
openactive-0.2.1 lib/openactive/models/schema/postal_code_range_specification.rb
openactive-0.2.0 lib/openactive/models/schema/postal_code_range_specification.rb