mirror of
https://github.com/ditkrg/schemable.git
synced 2026-01-22 22:26:41 +00:00
Adds missing signature
This commit is contained in:
parent
5a630a73a3
commit
1d9e06a1d3
@ -1,6 +1,9 @@
|
|||||||
module Schemable
|
module Schemable
|
||||||
class Definition
|
class Definition
|
||||||
attr_accessor configuration: Configuration
|
attr_reader configuration: Configuration
|
||||||
|
attr_writer relationships: Hash[Symbol, any]
|
||||||
|
attr_writer additional_create_request_attributes: Hash[Symbol, any]
|
||||||
|
attr_writer additional_update_request_attributes: Hash[Symbol, any]
|
||||||
|
|
||||||
# Initializes the definition with the configuration.
|
# Initializes the definition with the configuration.
|
||||||
def initialize: -> void
|
def initialize: -> void
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user