Class: VinaryTree::Libdictenstein::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#domainObject (readonly)

Returns the value of attribute domain

Returns:

  • (Object)

    the current value of domain



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

def domain
  @domain
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



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

def key
  @key
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end