Sha256: f2fd9500cdf0efa2a04391def1923c75db67c927d157019b4f535c07731d4fac

Contents?: true

Size: 535 Bytes

Versions: 8

Compression:

Stored size: 535 Bytes

Contents

# frozen_string_literal: true

module Dhis2
  module Api
    module Version228
      class OrganisationUnitLevel < ::Dhis2::Api::Base
        include ::Dhis2::Api::Listable
        include ::Dhis2::Api::Findable
        include ::Dhis2::Api::Creatable
        include ::Dhis2::Api::Updatable
        include ::Dhis2::Api::Deletable
        include ::Dhis2::Api::Shared::SaveValidator

        Schema = Dry::Validation.Schema do
          required(:name).filled
          required(:level).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/version228/organisation_unit_level.rb
dhis2-3.2.1 lib/dhis2/api/version228/organisation_unit_level.rb
dhis2-3.0.7 lib/dhis2/api/version228/organisation_unit_level.rb
dhis2-3.0.5 lib/dhis2/api/version228/organisation_unit_level.rb
dhis2-3.0.4 lib/dhis2/api/version228/organisation_unit_level.rb
dhis2-3.0.3 lib/dhis2/api/version228/organisation_unit_level.rb
dhis2-3.0.2 lib/dhis2/api/version228/organisation_unit_level.rb
dhis2-3.0.0 lib/dhis2/api/version228/organisation_unit_level.rb