Class: ArrayExt::SearchResult
- Inherits:
-
Struct
- Object
- Struct
- ArrayExt::SearchResult
- Defined in:
- lib/w-stdlib/core_ext/array.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
Returns the value of attribute index.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index
8 9 10 |
# File 'lib/w-stdlib/core_ext/array.rb', line 8 def index @index end |
#value ⇒ Object
Returns the value of attribute value
8 9 10 |
# File 'lib/w-stdlib/core_ext/array.rb', line 8 def value @value end |