Class: DatabaseConfigurations::DatabaseConfig
- Defined in:
- sig/compat/active_record_base_compat.rbs
Instance Method Summary collapse
- #configuration_hash ⇒ ::Hash[::Symbol | ::String, ::String | ::Integer | bool | nil]
- #env_name ⇒ ::String
- #name ⇒ ::String
Instance Method Details
#configuration_hash ⇒ ::Hash[::Symbol | ::String, ::String | ::Integer | bool | nil]
15 |
# File 'sig/compat/active_record_base_compat.rbs', line 15
def configuration_hash: () -> ::Hash[::Symbol | ::String, ::String | ::Integer | bool | nil]
|
#env_name ⇒ ::String
13 |
# File 'sig/compat/active_record_base_compat.rbs', line 13
def env_name: () -> ::String
|
#name ⇒ ::String
11 |
# File 'sig/compat/active_record_base_compat.rbs', line 11
def name: () -> ::String
|