Class: LaunchDarkly::FlushPayload Private

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#eventsObject

Returns the value of attribute events

Returns:

  • (Object)

    the current value of events



433
434
435
# File 'lib/ldclient-rb/events.rb', line 433

def events
  @events
end

#summaryObject

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



433
434
435
# File 'lib/ldclient-rb/events.rb', line 433

def summary
  @summary
end