Module: ObjectForge::_ForgeParameters
- Included in:
- Forge::Parameters, ForgeDSL
- Defined in:
- sig/object_forge.rbs
Instance Method Summary collapse
- #attributes ⇒ Hash[Symbol, ObjectForge::attribute]
- #options ⇒ Hash[Symbol, untyped]
- #traits ⇒ Hash[Symbol, Hash[Symbol, ObjectForge::attribute]]
Instance Method Details
#attributes ⇒ Hash[Symbol, ObjectForge::attribute]
19 |
# File 'sig/object_forge.rbs', line 19 def attributes: () -> Hash[Symbol, ObjectForge::attribute] |
#options ⇒ Hash[Symbol, untyped]
21 |
# File 'sig/object_forge.rbs', line 21 def options: () -> Hash[Symbol, untyped] |
#traits ⇒ Hash[Symbol, Hash[Symbol, ObjectForge::attribute]]
20 |
# File 'sig/object_forge.rbs', line 20 def traits: () -> Hash[Symbol, Hash[Symbol, ObjectForge::attribute]] |