Module: Dhis2::Api::Shared::Constants::ClassMethods
- Defined in:
- lib/dhis2/api/shared/constants.rb
Instance Method Summary collapse
- #data_dimension_types ⇒ Object
- #domain_types ⇒ Object
- #feature_types ⇒ Object
- #period_types ⇒ Object
- #program_types ⇒ Object
Instance Method Details
#data_dimension_types ⇒ Object
12 13 14 |
# File 'lib/dhis2/api/shared/constants.rb', line 12 def data_dimension_types ::Dhis2::Api::Constants::DATA_DIMENSION_TYPES end |
#domain_types ⇒ Object
16 17 18 |
# File 'lib/dhis2/api/shared/constants.rb', line 16 def domain_types ::Dhis2::Api::Constants::DOMAIN_TYPES end |
#feature_types ⇒ Object
20 21 22 |
# File 'lib/dhis2/api/shared/constants.rb', line 20 def feature_types ::Dhis2::Api::Constants::DATA_DIMENSION_TYPES end |
#period_types ⇒ Object
24 25 26 |
# File 'lib/dhis2/api/shared/constants.rb', line 24 def period_types ::Dhis2::Api::Constants::PERIOD_TYPES end |
#program_types ⇒ Object
28 29 30 |
# File 'lib/dhis2/api/shared/constants.rb', line 28 def program_types ::Dhis2::Api::Constants::PROGRAM_TYPES end |