Class: TalkToYourApp::Health::Check
- Inherits:
-
Struct
- Object
- Struct
- TalkToYourApp::Health::Check
- Defined in:
- lib/talk_to_your_app/plugins/health/registry.rb
Instance Attribute Summary collapse
-
#callable ⇒ Object
Returns the value of attribute callable.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#callable ⇒ Object
Returns the value of attribute callable
16 17 18 |
# File 'lib/talk_to_your_app/plugins/health/registry.rb', line 16 def callable @callable end |
#description ⇒ Object
Returns the value of attribute description
16 17 18 |
# File 'lib/talk_to_your_app/plugins/health/registry.rb', line 16 def description @description end |
#name ⇒ Object
Returns the value of attribute name
16 17 18 |
# File 'lib/talk_to_your_app/plugins/health/registry.rb', line 16 def name @name end |