Class: LogStash::Codecs::IdentityMapCodec::NoopRunner
- Inherits:
-
Object
- Object
- LogStash::Codecs::IdentityMapCodec::NoopRunner
- Defined in:
- lib/logstash/codecs/identity_map_codec.rb
Instance Attribute Summary collapse
-
#start ⇒ Object
readonly
Returns the value of attribute start.
-
#stop ⇒ Object
readonly
Returns the value of attribute stop.
Instance Method Summary collapse
Instance Attribute Details
#start ⇒ Object (readonly)
Returns the value of attribute start.
77 78 79 |
# File 'lib/logstash/codecs/identity_map_codec.rb', line 77 def start @start end |
#stop ⇒ Object (readonly)
Returns the value of attribute stop.
77 78 79 |
# File 'lib/logstash/codecs/identity_map_codec.rb', line 77 def stop @stop end |
Instance Method Details
#running? ⇒ Boolean
78 |
# File 'lib/logstash/codecs/identity_map_codec.rb', line 78 def running?() false; end |