Class: Webhookdb::Replicator::IndexSpec
- Inherits:
-
TypedStruct
- Object
- TypedStruct
- Webhookdb::Replicator::IndexSpec
- Defined in:
- lib/webhookdb/replicator.rb
Instance Attribute Summary collapse
-
#columns ⇒ Object
readonly
Returns the value of attribute columns.
-
#where ⇒ Object
readonly
Returns the value of attribute where.
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
#columns ⇒ Object (readonly)
Returns the value of attribute columns.
145 146 147 |
# File 'lib/webhookdb/replicator.rb', line 145 def columns @columns end |
#where ⇒ Object (readonly)
Returns the value of attribute where.
145 146 147 |
# File 'lib/webhookdb/replicator.rb', line 145 def where @where end |