Class: Webhookdb::DBAdapter::Table
- Inherits:
-
TypedStruct
- Object
- TypedStruct
- Webhookdb::DBAdapter::Table
- Defined in:
- lib/webhookdb/db_adapter.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#schema ⇒ Object
readonly
Returns the value of attribute schema.
Instance Method Summary collapse
-
#initialize(**kwargs) ⇒ Table
constructor
A new instance of Table.
Methods inherited from TypedStruct
#[], #_apply, #_defaults, #as_json, #change
Constructor Details
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
28 29 30 |
# File 'lib/webhookdb/db_adapter.rb', line 28 def name @name end |
#schema ⇒ Object (readonly)
Returns the value of attribute schema.
28 29 30 |
# File 'lib/webhookdb/db_adapter.rb', line 28 def schema @schema end |