Class: ArrayExt::SearchResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/w-stdlib/core_ext/array.rb

Instance Attribute Summary collapse

Instance Attribute Details

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



8
9
10
# File 'lib/w-stdlib/core_ext/array.rb', line 8

def index
  @index
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



8
9
10
# File 'lib/w-stdlib/core_ext/array.rb', line 8

def value
  @value
end