Class: LaunchDarkly::FlushPayload
- Inherits:
-
Struct
- Object
- Struct
- LaunchDarkly::FlushPayload
- Defined in:
- lib/ldclient-rb/events.rb
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
418 419 420 |
# File 'lib/ldclient-rb/events.rb', line 418 def events @events end |
#summary ⇒ Object
Returns the value of attribute summary
418 419 420 |
# File 'lib/ldclient-rb/events.rb', line 418 def summary @summary end |