Class: VinaryTree::Libdictenstein::Lookup

Inherits:
Data
  • Object
show all
Defined in:
lib/vinary_tree/libdictenstein.rb

Instance Attribute Summary collapse

Instance Attribute Details

#found?Object (readonly)

Returns the value of attribute found?

Returns:

  • (Object)

    the current value of found?



17
18
19
# File 'lib/vinary_tree/libdictenstein.rb', line 17

def found?
  @found?
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



17
18
19
# File 'lib/vinary_tree/libdictenstein.rb', line 17

def value
  @value
end