Class: LaunchDarkly::Impl::BigSegmentMembershipResult Private

Inherits:
Struct
  • Object
show all
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.

Since:

  • 5.5.0

Instance Attribute Summary collapse

Instance Attribute Details

#membershipObject

Returns the value of attribute membership

Returns:

  • (Object)

    the current value of membership



11
12
13
# File 'lib/ldclient-rb/impl/big_segments.rb', line 11

def membership
  @membership
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



11
12
13
# File 'lib/ldclient-rb/impl/big_segments.rb', line 11

def status
  @status
end