Class: LaunchDarkly::Impl::EventSummary
- Inherits:
-
Struct
- Object
- Struct
- LaunchDarkly::Impl::EventSummary
- Defined in:
- lib/ldclient-rb/impl/event_summarizer.rb
Overview
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 |