Class: Igniter::Store::ServerMetrics::Alert

Inherits:
Struct
  • Object
show all
Defined in:
lib/igniter/store/server_metrics.rb

Instance Attribute Summary collapse

Instance Attribute Details

#current_valueObject

Returns the value of attribute current_value

Returns:

  • (Object)

    the current value of current_value



28
29
30
# File 'lib/igniter/store/server_metrics.rb', line 28

def current_value
  @current_value
end

#fired_atObject

Returns the value of attribute fired_at

Returns:

  • (Object)

    the current value of fired_at



28
29
30
# File 'lib/igniter/store/server_metrics.rb', line 28

def fired_at
  @fired_at
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



28
29
30
# File 'lib/igniter/store/server_metrics.rb', line 28

def id
  @id
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



28
29
30
# File 'lib/igniter/store/server_metrics.rb', line 28

def message
  @message
end

#thresholdObject

Returns the value of attribute threshold

Returns:

  • (Object)

    the current value of threshold



28
29
30
# File 'lib/igniter/store/server_metrics.rb', line 28

def threshold
  @threshold
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



28
29
30
# File 'lib/igniter/store/server_metrics.rb', line 28

def type
  @type
end