Class: Dhis2::Api::Version224::CategoryOptionCombo
- Includes:
- Creatable, Deletable, Findable, Listable, Shared::CategoryOptionCombo, Updatable, SaveValidator
- Defined in:
- lib/dhis2/api/version224/category_option_combo.rb
Constant Summary collapse
- Schema =
Dry::Validation.Schema do required(:category_combo).schema do required(:id).filled end end
Method Summary
Methods included from Shared::CategoryOptionCombo
Methods included from SaveValidator
Methods included from Deletable
Methods included from Updatable
Methods included from Creatable
Methods included from Findable
Methods included from Listable
Methods inherited from Base
#==, #initialize, resource_key, resource_name, #to_h
Constructor Details
This class inherits a constructor from Dhis2::Api::Base