Class: Webhookdb::Replicator::IndexSpec

Inherits:
TypedStruct show all
Defined in:
lib/webhookdb/replicator.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from TypedStruct

#[], #_apply, #_defaults, #as_json, #change, #initialize

Constructor Details

This class inherits a constructor from Webhookdb::TypedStruct

Instance Attribute Details

#columnsObject (readonly)

Returns the value of attribute columns.



145
146
147
# File 'lib/webhookdb/replicator.rb', line 145

def columns
  @columns
end

#whereObject (readonly)

Returns the value of attribute where.



145
146
147
# File 'lib/webhookdb/replicator.rb', line 145

def where
  @where
end