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
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 |