Class: RoundhouseUi::Health::Signal

Inherits:
Struct
  • Object
show all
Defined in:
lib/roundhouse_ui/health.rb

Instance Attribute Summary collapse

Instance Attribute Details

#detailObject

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



7
8
9
# File 'lib/roundhouse_ui/health.rb', line 7

def detail
  @detail
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



7
8
9
# File 'lib/roundhouse_ui/health.rb', line 7

def key
  @key
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



7
8
9
# File 'lib/roundhouse_ui/health.rb', line 7

def label
  @label
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



7
8
9
# File 'lib/roundhouse_ui/health.rb', line 7

def status
  @status
end