Class: MetricsMonitor::Config
- Inherits:
-
Struct
- Object
- Struct
- MetricsMonitor::Config
- Defined in:
- lib/metrics_monitor.rb
Instance Attribute Summary collapse
-
#bind ⇒ Object
Returns the value of attribute bind.
-
#collector ⇒ Object
Returns the value of attribute collector.
-
#port ⇒ Object
Returns the value of attribute port.
Instance Attribute Details
#bind ⇒ Object
Returns the value of attribute bind
15 16 17 |
# File 'lib/metrics_monitor.rb', line 15 def bind @bind end |
#collector ⇒ Object
Returns the value of attribute collector
15 16 17 |
# File 'lib/metrics_monitor.rb', line 15 def collector @collector end |
#port ⇒ Object
Returns the value of attribute port
15 16 17 |
# File 'lib/metrics_monitor.rb', line 15 def port @port end |