Class: LaunchDarkly::Impl::EventSummary Private

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

Overview

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.

Since:

  • 5.5.0

Instance Attribute Summary collapse

Instance Attribute Details

#countersObject

Returns the value of attribute counters

Returns:

  • (Object)

    the current value of counters



6
7
8
# File 'lib/ldclient-rb/impl/event_summarizer.rb', line 6

def counters
  @counters
end

#end_dateObject

Returns the value of attribute end_date

Returns:

  • (Object)

    the current value of end_date



6
7
8
# File 'lib/ldclient-rb/impl/event_summarizer.rb', line 6

def end_date
  @end_date
end

#start_dateObject

Returns the value of attribute start_date

Returns:

  • (Object)

    the current value of start_date



6
7
8
# File 'lib/ldclient-rb/impl/event_summarizer.rb', line 6

def start_date
  @start_date
end