Class: DatabaseConfigurations::DatabaseConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/compat/active_record_base_compat.rbs

Instance Method Summary collapse

Instance Method Details

#configuration_hash::Hash[::Symbol | ::String, ::String | ::Integer | bool | nil]

Returns:

  • (::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

Returns:

  • (::String)


13
# File 'sig/compat/active_record_base_compat.rbs', line 13

def env_name: () -> ::String

#name::String

Returns:

  • (::String)


11
# File 'sig/compat/active_record_base_compat.rbs', line 11

def name: () -> ::String