Class: LaunchDarkly::Impl::BigSegmentMembershipResult Private
- Inherits:
-
Struct
- Object
- Struct
- LaunchDarkly::Impl::BigSegmentMembershipResult
- Defined in:
- lib/ldclient-rb/impl/big_segments.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
-
#membership ⇒ Object
Returns the value of attribute membership.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#membership ⇒ Object
Returns the value of attribute membership
11 12 13 |
# File 'lib/ldclient-rb/impl/big_segments.rb', line 11 def membership @membership end |
#status ⇒ Object
Returns the value of attribute status
11 12 13 |
# File 'lib/ldclient-rb/impl/big_segments.rb', line 11 def status @status end |