Class: TalkToYourApp::Health::Check

Inherits:
Struct
  • Object
show all
Defined in:
lib/talk_to_your_app/plugins/health/registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#callableObject

Returns the value of attribute callable

Returns:

  • (Object)

    the current value of callable



16
17
18
# File 'lib/talk_to_your_app/plugins/health/registry.rb', line 16

def callable
  @callable
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



16
17
18
# File 'lib/talk_to_your_app/plugins/health/registry.rb', line 16

def description
  @description
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



16
17
18
# File 'lib/talk_to_your_app/plugins/health/registry.rb', line 16

def name
  @name
end