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