Class: LaunchDarkly::Impl::EventSummaryFlagVariationCounter Private
- Inherits:
-
Struct
- Object
- Struct
- LaunchDarkly::Impl::EventSummaryFlagVariationCounter
- 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.
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
10 11 12 |
# File 'lib/ldclient-rb/impl/event_summarizer.rb', line 10 def count @count end |
#value ⇒ Object
Returns the value of attribute value
10 11 12 |
# File 'lib/ldclient-rb/impl/event_summarizer.rb', line 10 def value @value end |