module Dhis2::Api::Shared::Constants::ClassMethods

Public Instance Methods

data_dimension_types() click to toggle source
# File lib/dhis2/api/shared/constants.rb, line 12
def data_dimension_types
  ::Dhis2::Api::Constants::DATA_DIMENSION_TYPES
end
domain_types() click to toggle source
# File lib/dhis2/api/shared/constants.rb, line 16
def domain_types
  ::Dhis2::Api::Constants::DOMAIN_TYPES
end
feature_types() click to toggle source
# File lib/dhis2/api/shared/constants.rb, line 20
def feature_types
  ::Dhis2::Api::Constants::DATA_DIMENSION_TYPES
end
period_types() click to toggle source
# File lib/dhis2/api/shared/constants.rb, line 24
def period_types
  ::Dhis2::Api::Constants::PERIOD_TYPES
end
program_types() click to toggle source
# File lib/dhis2/api/shared/constants.rb, line 28
def program_types
  ::Dhis2::Api::Constants::PROGRAM_TYPES
end