Class: LaunchDarkly::Impl::EventSummaryFlagVariationCounter

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

Overview

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