Sha256: 3cc020272c659d17f251b4d328911ab717521cc61b649e0d50672f6f3155c1a6
Contents?: true
Size: 311 Bytes
Versions: 62
Compression:
Stored size: 311 Bytes
Contents
module Mumuki::Domain::Status::Submission::PassedWithWarnings extend Mumuki::Domain::Status::Submission def self.passed_with_warnings? true end def self.should_retry? true end def self.iconize {class: :warning, type: 'exclamation-circle'} end def self.exp_given 50 end end
Version data entries
62 entries across 62 versions & 2 rubygems