Class: ConvenientService::Support::NotPassed Private

Inherits:
UniqueValue
  • Object
show all
Defined in:
lib/convenient_service/support/not_passed.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:

  • 1.0.0

Instance Attribute Summary

Attributes inherited from UniqueValue

#label

Instance Method Summary collapse

Methods inherited from UniqueValue

#==, #===, #eql?, #hash, #initialize, #inspect

Constructor Details

This class inherits a constructor from ConvenientService::Support::UniqueValue

Instance Method Details

#[](value) ⇒ Boolean

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Parameters:

  • value (Object)

    Can be any type.

Returns:

  • (Boolean)

Since:

  • 1.0.0



15
16
17
# File 'lib/convenient_service/support/not_passed.rb', line 15

def [](value)
  equal?(value)
end