class SplitIoClient::Condition

def negate

Returns:
  • (object) - the negate value for this condition
def negate
  @data[:matcherGroup][:matchers].first[:negate]
end