repository.rb 172 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 class Repository < KalibroClient::Entities::Processor::Repository def last_processing_of if has_processing last_processing else nil end end end