Class: Gitlab::Alerting::AlertAnnotation
- Inherits:
-
Object
- Object
- Gitlab::Alerting::AlertAnnotation
- Includes:
- ActiveModel::Model
- Defined in:
- lib/gitlab/alerting/alert_annotation.rb
Instance Attribute Summary collapse
-
#label ⇒ Object
Returns the value of attribute label.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#label ⇒ Object
Returns the value of attribute label
8 9 10 |
# File 'lib/gitlab/alerting/alert_annotation.rb', line 8 def label @label end |
#value ⇒ Object
Returns the value of attribute value
8 9 10 |
# File 'lib/gitlab/alerting/alert_annotation.rb', line 8 def value @value end |