Class: ForestAdminDatasourceToolkit::Schema::Relations::SingleRelationSchema

Inherits:
Object
  • Object
show all
Defined in:
sig/forest_admin_datasource_toolkit/schema/relations/single_relation_schema.rbs

Instance Attribute Summary collapse

Instance Attribute Details

#origin_keyString

Returns the value of attribute origin_key.

Returns:

  • (String)


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_targetString

Returns the value of attribute origin_key_target.

Returns:

  • (String)


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