Class: MetricsMonitor::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/metrics_monitor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bindObject

Returns the value of attribute bind

Returns:

  • (Object)

    the current value of bind



15
16
17
# File 'lib/metrics_monitor.rb', line 15

def bind
  @bind
end

#collectorObject

Returns the value of attribute collector

Returns:

  • (Object)

    the current value of collector



15
16
17
# File 'lib/metrics_monitor.rb', line 15

def collector
  @collector
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



15
16
17
# File 'lib/metrics_monitor.rb', line 15

def port
  @port
end