Class: LightStep::Transport::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/lightstep/transport/base.rb

Overview

Base Transport type

Direct Known Subclasses

Callback, HTTPJSON, Nil

Instance Method Summary collapse

Constructor Details

#initializeBase

Returns a new instance of Base.



5
6
# File 'lib/lightstep/transport/base.rb', line 5

def initialize
end

Instance Method Details

#clearObject



15
16
# File 'lib/lightstep/transport/base.rb', line 15

def clear
end

#closeObject



12
13
# File 'lib/lightstep/transport/base.rb', line 12

def close
end

#flushObject



18
19
# File 'lib/lightstep/transport/base.rb', line 18

def flush
end

#report(_report) ⇒ Object



8
9
10
# File 'lib/lightstep/transport/base.rb', line 8

def report(_report)
  nil
end