module Dhis2::Api::Shared::CategoryCombo::ClassMethods
Public Instance Methods
default(client)
click to toggle source
# File lib/dhis2/api/shared/category_combo.rb, line 16 def default(client) find_by(client, name: "default") end
Private Instance Methods
creation_defaults(_args)
click to toggle source
# File lib/dhis2/api/shared/category_combo.rb, line 22 def creation_defaults(_args) { data_dimension_type: "DISAGGREGATION" } end