Class: LaunchDarkly::Impl::EventSenderResult
- Inherits:
-
Struct
- Object
- Struct
- LaunchDarkly::Impl::EventSenderResult
- Defined in:
- lib/ldclient-rb/impl/event_sender.rb
Overview
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
10 11 12 |
# File 'lib/ldclient-rb/impl/event_sender.rb', line 10 def must_shutdown @must_shutdown end |
#success ⇒ Object
Returns the value of attribute success
10 11 12 |
# File 'lib/ldclient-rb/impl/event_sender.rb', line 10 def success @success end |
#time_from_server ⇒ Object
Returns the value of attribute time_from_server
10 11 12 |
# File 'lib/ldclient-rb/impl/event_sender.rb', line 10 def time_from_server @time_from_server end |