Class: LaunchDarkly::FlushPayload

Inherits:
Struct
  • Object
show all
Defined in:
lib/ldclient-rb/events.rb

Instance Attribute Summary collapse

Instance Attribute Details

#eventsObject

Returns the value of attribute events

Returns:

  • (Object)

    the current value of events



405
406
407
# File 'lib/ldclient-rb/events.rb', line 405

def events
  @events
end

#summaryObject

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



405
406
407
# File 'lib/ldclient-rb/events.rb', line 405

def summary
  @summary
end