Sha256: 37d7a07fb740b22cbb7bd711ab01cc57c32fc0c642219a8941c157100d167d14

Contents?: true

Size: 233 Bytes

Versions: 3

Compression:

Stored size: 233 Bytes

Contents

module Mumuki::Laboratory::Status::Failed
  extend Mumuki::Laboratory::Status::Base

  def self.failed?
    true
  end

  def self.should_retry?
    true
  end

  def self.iconize
    {class: :danger, type: 'times-circle'}
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mumuki-laboratory-5.3.0 lib/mumuki/laboratory/status/failed.rb
mumuki-laboratory-5.2.1 lib/mumuki/laboratory/status/failed.rb
mumuki-laboratory-5.2.0 lib/mumuki/laboratory/status/failed.rb