Class: Exemplor::Show

Inherits:
Check
  • Object
show all
Defined in:
lib/checker.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Check

#[], #failure?, #info?, #initialize, #is, #name, #success?

Constructor Details

This class inherits a constructor from Exemplor::Check

Instance Attribute Details

#valueObject (readonly)

Returns the value of attribute value.



38
39
40
# File 'lib/checker.rb', line 38

def value
  @value
end

Instance Method Details

#statusObject



40
41
42
# File 'lib/checker.rb', line 40

def status
  :info
end