Class: Exemplor::Show
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
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
#value ⇒ Object (readonly)
Returns the value of attribute value.
38 39 40 |
# File 'lib/checker.rb', line 38 def value @value end |
Instance Method Details
#status ⇒ Object
40 41 42 |
# File 'lib/checker.rb', line 40 def status :info end |