Class: Dendrite::ServiceNode::Telemetry
- Inherits:
-
Struct
- Object
- Struct
- Dendrite::ServiceNode::Telemetry
- Includes:
- ActiveModel::Validations
- Defined in:
- lib/dendrite/service_node.rb
Instance Attribute Summary collapse
-
#health_url ⇒ Object
Returns the value of attribute health_url.
-
#notification_email ⇒ Object
Returns the value of attribute notification_email.
Instance Attribute Details
#health_url ⇒ Object
Returns the value of attribute health_url
83 84 85 |
# File 'lib/dendrite/service_node.rb', line 83 def health_url @health_url end |
#notification_email ⇒ Object
Returns the value of attribute notification_email
83 84 85 |
# File 'lib/dendrite/service_node.rb', line 83 def notification_email @notification_email end |