Class: LaunchDarkly::Impl::EventSummaryFlagInfo
- Inherits:
-
Struct
- Object
- Struct
- LaunchDarkly::Impl::EventSummaryFlagInfo
- Defined in:
- lib/ldclient-rb/impl/event_summarizer.rb
Overview
Instance Attribute Summary collapse
-
#context_kinds ⇒ Object
Returns the value of attribute context_kinds.
-
#default ⇒ Object
Returns the value of attribute default.
-
#versions ⇒ Object
Returns the value of attribute versions.
Instance Attribute Details
#context_kinds ⇒ Object
Returns the value of attribute context_kinds
8 9 10 |
# File 'lib/ldclient-rb/impl/event_summarizer.rb', line 8 def context_kinds @context_kinds end |
#default ⇒ Object
Returns the value of attribute default
8 9 10 |
# File 'lib/ldclient-rb/impl/event_summarizer.rb', line 8 def default @default end |
#versions ⇒ Object
Returns the value of attribute versions
8 9 10 |
# File 'lib/ldclient-rb/impl/event_summarizer.rb', line 8 def versions @versions end |