Class: LaunchDarkly::Impl::EventSenderResult

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

Overview

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



8
9
10
# File 'lib/ldclient-rb/impl/event_sender.rb', line 8

def must_shutdown
  @must_shutdown
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



8
9
10
# File 'lib/ldclient-rb/impl/event_sender.rb', line 8

def success
  @success
end

#time_from_serverObject

Returns the value of attribute time_from_server

Returns:

  • (Object)

    the current value of time_from_server



8
9
10
# File 'lib/ldclient-rb/impl/event_sender.rb', line 8

def time_from_server
  @time_from_server
end