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.
-
#identifier ⇒ Object
readonly
Returns the value of attribute identifier.
-
#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.
148 149 150 |
# File 'lib/webhookdb/replicator.rb', line 148 def columns @columns end |
#identifier ⇒ Object (readonly)
Returns the value of attribute identifier.
148 149 150 |
# File 'lib/webhookdb/replicator.rb', line 148 def identifier @identifier end |
#where ⇒ Object (readonly)
Returns the value of attribute where.
148 149 150 |
# File 'lib/webhookdb/replicator.rb', line 148 def where @where end |