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



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

def count
  @count
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end