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