Class: Webhookdb::DBAdapter::Partitioning
- Inherits:
-
TypedStruct
- Object
- TypedStruct
- Webhookdb::DBAdapter::Partitioning
- Defined in:
- lib/webhookdb/db_adapter/partitioning.rb
Constant Summary collapse
- HASH =
:hash
- RANGE =
:range
Instance Attribute Summary collapse
-
#by ⇒ Object
readonly
Returns the value of attribute by.
-
#column ⇒ Object
readonly
Returns the value of attribute column.
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
#by ⇒ Object (readonly)
Returns the value of attribute by.
7 8 9 |
# File 'lib/webhookdb/db_adapter/partitioning.rb', line 7 def by @by end |
#column ⇒ Object (readonly)
Returns the value of attribute column.
7 8 9 |
# File 'lib/webhookdb/db_adapter/partitioning.rb', line 7 def column @column end |