module Dhis2::Api::Shared::ReportTable::ClassMethods
Private Instance Methods
created_instance_id(_response)
click to toggle source
# File lib/dhis2/api/shared/report_tables.rb, line 21 def created_instance_id(_response) nil end
instance_creation_success?(response)
click to toggle source
# File lib/dhis2/api/shared/report_tables.rb, line 25 def instance_creation_success?(response) response["status"] == "OK" end