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

#report(_report) ⇒ Object



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

def report(_report)
  nil
end