Module: ObjectForge::_ForgeParameters

Included in:
Forge::Parameters, ForgeDSL
Defined in:
sig/object_forge.rbs

Instance Method Summary collapse

Instance Method Details

#attributesHash[Symbol, ObjectForge::attribute]

Returns:

  • (Hash[Symbol, ObjectForge::attribute])


19
# File 'sig/object_forge.rbs', line 19

def attributes: () -> Hash[Symbol, ObjectForge::attribute]

#optionsHash[Symbol, untyped]

Returns:

  • (Hash[Symbol, untyped])


21
# File 'sig/object_forge.rbs', line 21

def options: () -> Hash[Symbol, untyped]

#traitsHash[Symbol, Hash[Symbol, ObjectForge::attribute]]

Returns:

  • (Hash[Symbol, Hash[Symbol, ObjectForge::attribute]])


20
# File 'sig/object_forge.rbs', line 20

def traits: () -> Hash[Symbol, Hash[Symbol, ObjectForge::attribute]]