Class: ForestAdminDatasourceToolkit::Schema::Relations::SingleRelationSchema
- Inherits:
-
Object
- Object
- ForestAdminDatasourceToolkit::Schema::Relations::SingleRelationSchema
- Defined in:
- sig/forest_admin_datasource_toolkit/schema/relations/single_relation_schema.rbs
Instance Attribute Summary collapse
-
#origin_key ⇒ String
Returns the value of attribute origin_key.
-
#origin_key_target ⇒ String
Returns the value of attribute origin_key_target.
Instance Attribute Details
#origin_key ⇒ String
Returns the value of attribute origin_key.
5 6 7 |
# File 'sig/forest_admin_datasource_toolkit/schema/relations/single_relation_schema.rbs', line 5 def origin_key @origin_key end |
#origin_key_target ⇒ String
Returns the value of attribute origin_key_target.
6 7 8 |
# File 'sig/forest_admin_datasource_toolkit/schema/relations/single_relation_schema.rbs', line 6 def origin_key_target @origin_key_target end |