Sha256: af57f6c1022945732ebfce8efcf34f1557de18a71c2284001eea498a552dcf59

Contents?: true

Size: 592 Bytes

Versions: 4

Compression:

Stored size: 592 Bytes

Contents

module OpenActive
  module Models
    module Schema
      class MedicalOrganization < ::OpenActive::Models::Schema::Organization
        # @!attribute type
        # @return [String]
        def type
          "schema:MedicalOrganization"
        end

        # @return [String]
        define_property :health_plan_network_id, as: "healthPlanNetworkId", types: [
          "string",
        ]

        # @return [Boolean,nil]
        define_property :is_accepting_new_patients, as: "isAcceptingNewPatients", types: [
          "bool",
          "null",
        ]
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
openactive-0.1.2 lib/openactive/models/schema/medical_organization.rb
openactive-0.1.1 lib/openactive/models/schema/medical_organization.rb
openactive-0.1.0 lib/openactive/models/schema/medical_organization.rb
openactive-0.1.0.rc1 lib/openactive/models/schema/medical_organization.rb