Class: Dhis2::Api::Version227::OrganisationUnitGroup

Inherits:
Base
  • Object
show all
Includes:
BulkCreatable, Creatable, Deletable, Findable, Listable, Shared::OrganisationUnitGroup, Shared::SaveValidator, Updatable
Defined in:
lib/dhis2/api/version227/organisation_unit_group.rb

Constant Summary collapse

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

Method Summary

Methods included from Shared::OrganisationUnitGroup

#group_set_ids, #organisation_unit_ids

Methods included from Shared::SaveValidator

included

Methods included from Deletable

#delete

Methods included from Updatable

#update, #update_attributes

Methods included from BulkCreatable

included

Methods included from Creatable

included

Methods included from Findable

included

Methods included from Listable

included

Methods inherited from Base

#==, #initialize, resource_key, resource_name, #to_h

Constructor Details

This class inherits a constructor from Dhis2::Api::Base