Class: LaunchDarkly::Impl::EventSenderResult Private
- Inherits:
-
Struct
- Object
- Struct
- LaunchDarkly::Impl::EventSenderResult
- 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.
Instance Attribute Summary collapse
-
#must_shutdown ⇒ Object
Returns the value of attribute must_shutdown.
-
#success ⇒ Object
Returns the value of attribute success.
-
#time_from_server ⇒ Object
Returns the value of attribute time_from_server.
Instance Attribute Details
#must_shutdown ⇒ Object
Returns the value of attribute must_shutdown
11 12 13 |
# File 'lib/ldclient-rb/impl/event_sender.rb', line 11 def must_shutdown @must_shutdown end |
#success ⇒ Object
Returns the value of attribute success
11 12 13 |
# File 'lib/ldclient-rb/impl/event_sender.rb', line 11 def success @success end |
#time_from_server ⇒ Object
Returns the value of attribute time_from_server
11 12 13 |
# File 'lib/ldclient-rb/impl/event_sender.rb', line 11 def time_from_server @time_from_server end |