Class: RDBr::Metadata::DirectRelationship

Inherits:
Data
  • Object
show all
Defined in:
lib/rdbr/metadata/relationships.rb

Instance Attribute Summary collapse

Instance Attribute Details

#foreign_keyObject (readonly)

Returns the value of attribute foreign_key

Returns:

  • (Object)

    the current value of foreign_key



3
4
5
# File 'lib/rdbr/metadata/relationships.rb', line 3

def foreign_key
  @foreign_key
end

#inferredObject (readonly)

Returns the value of attribute inferred

Returns:

  • (Object)

    the current value of inferred



3
4
5
# File 'lib/rdbr/metadata/relationships.rb', line 3

def inferred
  @inferred
end

#source_namespaceObject (readonly)

Returns the value of attribute source_namespace

Returns:

  • (Object)

    the current value of source_namespace



3
4
5
# File 'lib/rdbr/metadata/relationships.rb', line 3

def source_namespace
  @source_namespace
end

#source_relationObject (readonly)

Returns the value of attribute source_relation

Returns:

  • (Object)

    the current value of source_relation



3
4
5
# File 'lib/rdbr/metadata/relationships.rb', line 3

def source_relation
  @source_relation
end

#target_namespaceObject (readonly)

Returns the value of attribute target_namespace

Returns:

  • (Object)

    the current value of target_namespace



3
4
5
# File 'lib/rdbr/metadata/relationships.rb', line 3

def target_namespace
  @target_namespace
end

#target_relationObject (readonly)

Returns the value of attribute target_relation

Returns:

  • (Object)

    the current value of target_relation



3
4
5
# File 'lib/rdbr/metadata/relationships.rb', line 3

def target_relation
  @target_relation
end