Class: LightStep::Transport::Base
- Inherits:
-
Object
- Object
- LightStep::Transport::Base
- Defined in:
- lib/lightstep/transport/base.rb
Overview
Base Transport type
Instance Method Summary collapse
- #clear ⇒ Object
- #close ⇒ Object
- #flush ⇒ Object
-
#initialize ⇒ Base
constructor
A new instance of Base.
- #report(_report) ⇒ Object
Constructor Details
#initialize ⇒ Base
Returns a new instance of Base.
5 6 |
# File 'lib/lightstep/transport/base.rb', line 5 def initialize end |
Instance Method Details
#clear ⇒ Object
15 16 |
# File 'lib/lightstep/transport/base.rb', line 15 def clear end |
#close ⇒ Object
12 13 |
# File 'lib/lightstep/transport/base.rb', line 12 def close end |
#flush ⇒ Object
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 |