Module: Mumuki::Laboratory::Status::PassedWithWarnings

Extended by:
Base
Defined in:
lib/mumuki/laboratory/status/passed_with_warnings.rb

Class Method Summary collapse

Methods included from Base

==, as_json, errored?, group, iconize, passed?, should_retry?, to_i, to_mumuki_status, to_s, to_sym

Class Method Details

.iconizeObject



12
13
14
# File 'lib/mumuki/laboratory/status/passed_with_warnings.rb', line 12

def self.iconize
  {class: :warning, type: 'exclamation-circle'}
end

.passed?Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/mumuki/laboratory/status/passed_with_warnings.rb', line 4

def self.passed?
  true
end

.should_retry?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/mumuki/laboratory/status/passed_with_warnings.rb', line 8

def self.should_retry?
  true
end