Class: VinaryTree::Libdictenstein::Lookup
- Inherits:
-
Data
- Object
- Data
- VinaryTree::Libdictenstein::Lookup
- Defined in:
- lib/vinary_tree/libdictenstein.rb
Instance Attribute Summary collapse
-
#found? ⇒ Object
readonly
Returns the value of attribute found?.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#found? ⇒ Object (readonly)
Returns the value of attribute found?
17 18 19 |
# File 'lib/vinary_tree/libdictenstein.rb', line 17
def found?
@found?
end
|
#value ⇒ Object (readonly)
Returns the value of attribute value
17 18 19 |
# File 'lib/vinary_tree/libdictenstein.rb', line 17 def value @value end |