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