Class: Webhookdb::DBAdapter::Partitioning

Inherits:
TypedStruct
  • Object
show all
Defined in:
lib/webhookdb/db_adapter/partitioning.rb

Constant Summary collapse

HASH =
:hash
RANGE =
:range

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

#byObject (readonly)

Returns the value of attribute by.



7
8
9
# File 'lib/webhookdb/db_adapter/partitioning.rb', line 7

def by
  @by
end

#columnObject (readonly)

Returns the value of attribute column.



7
8
9
# File 'lib/webhookdb/db_adapter/partitioning.rb', line 7

def column
  @column
end