Class: LaunchDarkly::FlushPayload Private
- Inherits:
-
Struct
- Object
- Struct
- LaunchDarkly::FlushPayload
- Defined in:
- lib/ldclient-rb/events.rb
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
-
#events ⇒ Object
Returns the value of attribute events.
-
#summary ⇒ Object
Returns the value of attribute summary.
Instance Attribute Details
#events ⇒ Object
Returns the value of attribute events
433 434 435 |
# File 'lib/ldclient-rb/events.rb', line 433 def events @events end |
#summary ⇒ Object
Returns the value of attribute summary
433 434 435 |
# File 'lib/ldclient-rb/events.rb', line 433 def summary @summary end |