processing.rb 207 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 class Processing < KalibroGatekeeperClient::Entities::Processing include KalibroRecord def ready? @state == "READY" end def root_module_result ModuleResult.find(@results_root_id) end end