Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/remote_table.rb

Instance Attribute Summary collapse

Instance Attribute Details

#row_hashString

Added by remote_table to store a hash (think checksum) of the data with which a particular Array is initialized.

Returns:

  • (String)


35
36
37
# File 'lib/remote_table.rb', line 35

def row_hash
  @row_hash
end