Class: LaunchDarkly::Impl::EventSummaryFlagVariationCounter 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

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



10
11
12
# File 'lib/ldclient-rb/impl/event_summarizer.rb', line 10

def count
  @count
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



10
11
12
# File 'lib/ldclient-rb/impl/event_summarizer.rb', line 10

def value
  @value
end