Sha256: 10eef2883cfdb6e2d8a1c602058f5d30b3bca8d6fbc45c95f4f4bf7ba35a4bf1

Contents?: true

Size: 679 Bytes

Versions: 8

Compression:

Stored size: 679 Bytes

Contents

# frozen_string_literal: true

module Dhis2
  module Api
    module Version224
      class OrganisationUnit < ::Dhis2::Api::Base
        include ::Dhis2::Api::Listable
        include ::Dhis2::Api::Findable
        include ::Dhis2::Api::Creatable
        include ::Dhis2::Api::BulkCreatable
        include ::Dhis2::Api::Updatable
        include ::Dhis2::Api::Deletable
        include ::Dhis2::Api::Version224::SaveValidator
        include ::Dhis2::Api::Shared::OrganisationUnit

        Schema = Dry::Validation.Schema do
          required(:name).filled
          required(:short_name).filled
          required(:opening_date).filled
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
dhis2-3.3.1 lib/dhis2/api/version224/organisation_unit.rb
dhis2-3.2.1 lib/dhis2/api/version224/organisation_unit.rb
dhis2-3.0.7 lib/dhis2/api/version224/organisation_unit.rb
dhis2-3.0.5 lib/dhis2/api/version224/organisation_unit.rb
dhis2-3.0.4 lib/dhis2/api/version224/organisation_unit.rb
dhis2-3.0.3 lib/dhis2/api/version224/organisation_unit.rb
dhis2-3.0.2 lib/dhis2/api/version224/organisation_unit.rb
dhis2-3.0.0 lib/dhis2/api/version224/organisation_unit.rb