Class: CZTop::Monitor::Event
- Inherits:
-
Data
- Object
- Data
- CZTop::Monitor::Event
- Defined in:
- lib/cztop/monitor.rb
Overview
A single monitoring event.
Instance Attribute Summary collapse
-
#endpoint ⇒ Object
readonly
Returns the value of attribute endpoint.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#peer_address ⇒ Object
readonly
Returns the value of attribute peer_address.
Instance Attribute Details
#endpoint ⇒ Object (readonly)
Returns the value of attribute endpoint
31 32 33 |
# File 'lib/cztop/monitor.rb', line 31 def endpoint @endpoint end |
#name ⇒ Object (readonly)
Returns the value of attribute name
31 32 33 |
# File 'lib/cztop/monitor.rb', line 31 def name @name end |
#peer_address ⇒ Object (readonly)
Returns the value of attribute peer_address
31 32 33 |
# File 'lib/cztop/monitor.rb', line 31 def peer_address @peer_address end |