Class: LaunchDarkly::Impl::EventSummaryFlagVariationCounter
- Inherits:
-
Struct
- Object
- Struct
- LaunchDarkly::Impl::EventSummaryFlagVariationCounter
- Defined in:
- lib/ldclient-rb/impl/event_summarizer.rb
Overview
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
9 10 11 |
# File 'lib/ldclient-rb/impl/event_summarizer.rb', line 9 def count @count end |
#value ⇒ Object
Returns the value of attribute value
9 10 11 |
# File 'lib/ldclient-rb/impl/event_summarizer.rb', line 9 def value @value end |