Class: RailsWayback::Doctor::Check
- Inherits:
-
Struct
- Object
- Struct
- RailsWayback::Doctor::Check
- Defined in:
- lib/rails_wayback/doctor.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#name ⇒ Object
Returns the value of attribute name.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
11 12 13 |
# File 'lib/rails_wayback/doctor.rb', line 11 def @message end |
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/rails_wayback/doctor.rb', line 11 def name @name end |
#status ⇒ Object
Returns the value of attribute status
11 12 13 |
# File 'lib/rails_wayback/doctor.rb', line 11 def status @status end |
Instance Method Details
#error? ⇒ Boolean
12 13 14 |
# File 'lib/rails_wayback/doctor.rb', line 12 def error? status == :error end |