Class: PG::BasicTypeRegistry
- Inherits:
-
Object
- Object
- PG::BasicTypeRegistry
- Defined in:
- sig/pg/basic_type_registry.rbs
Instance Method Summary collapse
- #alias_type ⇒ Object
- #coders_for ⇒ Object
-
#initialize ⇒ BasicTypeRegistry
constructor
A new instance of BasicTypeRegistry.
- #register_coder ⇒ Object
- #register_default_types ⇒ Object
- #register_type ⇒ Object
Constructor Details
#initialize ⇒ BasicTypeRegistry
Returns a new instance of BasicTypeRegistry.
19 |
# File 'sig/pg/basic_type_registry.rbs', line 19
def initialize: () -> void
|
Instance Method Details
#alias_type ⇒ Object
5 |
# File 'sig/pg/basic_type_registry.rbs', line 5
def alias_type: (untyped format, untyped new, untyped old) -> untyped
|
#coders_for ⇒ Object
7 |
# File 'sig/pg/basic_type_registry.rbs', line 7
def coders_for: (untyped format, untyped direction) -> untyped
|
#register_coder ⇒ Object
11 |
# File 'sig/pg/basic_type_registry.rbs', line 11
def register_coder: (untyped coder) -> untyped
|
#register_default_types ⇒ Object
13 |
# File 'sig/pg/basic_type_registry.rbs', line 13
def register_default_types: () -> untyped
|
#register_type ⇒ Object
15 |
# File 'sig/pg/basic_type_registry.rbs', line 15
def register_type: (untyped format, untyped name, untyped encoder_class, untyped decoder_class) -> untyped
|