Method: FWC.opts

Defined in:
lib/fwc.rb

.optsObject



56
57
58
59
60
61
62
63
64
65
66
67
68
# File 'lib/fwc.rb', line 56

def self.opts
  @@opts ||= {
    :debug => false,
    :host => "localhost",
    :port => FFWD::Debug::DEFAULT_PORT,
    :summary => false,
    :raw => false,
    :raw_threshold => 100,
    :report_interval => 10,
    :key => nil,
    :tags => nil
  }
end