Method: Webhookdb::Replicator::Column#data_key

Defined in:
lib/webhookdb/replicator/column.rb

#data_keyString+ (readonly)

‘data_key` is the key we look for in the resource object. If this value is an array we will `_dig` through the object using each key successively. `data_key` defaults to the string version of whatever name you provide for the column.

Returns:

  • (String, Array<String>)


288
289
290
# File 'lib/webhookdb/replicator/column.rb', line 288

def data_key
  @data_key
end