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)


39
40
41
# File 'lib/remote_table.rb', line 39

def row_hash
  @row_hash
end