module Collector
Constants
- COLLECTOR_URL
- COLLECTOR_URL_TEST
- PORT_NAME
- SERVICE_NAME
- VERSION
Public Class Methods
new(*options)
click to toggle source
# File lib/collector.rb, line 20 def new(*options) Client.new(*options) end