Module: Dhis2::Api::Version224::SaveValidator
- Included in:
- Attribute, Category, CategoryCombo, CategoryOptionCombo, DataElement, DataElementGroup, DataSet, DataValueSet, Event, Indicator, IndicatorGroup, IndicatorType, OrganisationUnit, OrganisationUnitGroup, OrganisationUnitGroupSet, OrganisationUnitLevel, Program, Report, ReportTable, User
- Defined in:
- lib/dhis2/api/version224/save_validator.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
7 8 9 |
# File 'lib/dhis2/api/version224/save_validator.rb', line 7 def self.included(base) base.extend(ClassMethods) end |