Class: LaunchDarkly::Impl::BigSegmentMembershipResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/ldclient-rb/impl/big_segments.rb

Overview

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