module Dhis2::Api::Shared::CategoryOptionCombo
Public Class Methods
included(base)
click to toggle source
# File lib/dhis2/api/shared/category_option_combo.rb, line 7 def self.included(base) base.extend(ClassMethods) end
Public Instance Methods
default()
click to toggle source
# File lib/dhis2/api/shared/category_option_combo.rb, line 11 def default self.class.default(client) end