Module: GACollectorPusher

Defined in:
lib/ga_collector_pusher/instance.rb,
lib/ga_collector_pusher.rb,
lib/ga_collector_pusher/config.rb,
lib/ga_collector_pusher/version.rb

Overview

Defined Under Namespace

Classes: Config, Instance

Constant Summary collapse

VERSION =
"0.2.8"

Class Method Summary collapse

Class Method Details

.newObject



7
8
9
# File 'lib/ga_collector_pusher.rb', line 7

def self.new
  GACollectorPusher::Instance.new(cid: nil, backup_cid: nil, timeout: 10, open_timeout: 10)
end