Class: Rubcask::DataFile::AppendResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubcask/data_file.rb

Instance Attribute Summary collapse

Instance Attribute Details

#value_posObject

Returns the value of attribute value_pos

Returns:

  • (Object)

    the current value of value_pos



85
86
87
# File 'lib/rubcask/data_file.rb', line 85

def value_pos
  @value_pos
end

#value_sizeObject

Returns the value of attribute value_size

Returns:

  • (Object)

    the current value of value_size



85
86
87
# File 'lib/rubcask/data_file.rb', line 85

def value_size
  @value_size
end