Class: LaunchDarkly::Impl::EventSummary Private
- Inherits:
-
Struct
- Object
- Struct
- LaunchDarkly::Impl::EventSummary
- 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
-
#counters ⇒ Object
Returns the value of attribute counters.
-
#end_date ⇒ Object
Returns the value of attribute end_date.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
Instance Attribute Details
#counters ⇒ Object
Returns the value of attribute counters
6 7 8 |
# File 'lib/ldclient-rb/impl/event_summarizer.rb', line 6 def counters @counters end |
#end_date ⇒ Object
Returns the value of attribute end_date
6 7 8 |
# File 'lib/ldclient-rb/impl/event_summarizer.rb', line 6 def end_date @end_date end |
#start_date ⇒ Object
Returns the value of attribute start_date
6 7 8 |
# File 'lib/ldclient-rb/impl/event_summarizer.rb', line 6 def start_date @start_date end |