Class: LaunchDarkly::Impl::EventSenderResult Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/ldclient-rb/impl/event_sender.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Since:

  • 5.5.0

Instance Attribute Summary collapse

Instance Attribute Details

#must_shutdownObject

Returns the value of attribute must_shutdown

Returns:

  • (Object)

    the current value of must_shutdown



11
12
13
# File 'lib/ldclient-rb/impl/event_sender.rb', line 11

def must_shutdown
  @must_shutdown
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



11
12
13
# File 'lib/ldclient-rb/impl/event_sender.rb', line 11

def success
  @success
end

#time_from_serverObject

Returns the value of attribute time_from_server

Returns:

  • (Object)

    the current value of time_from_server



11
12
13
# File 'lib/ldclient-rb/impl/event_sender.rb', line 11

def time_from_server
  @time_from_server
end