Class: RDBr::Metadata::DirectRelationship
- Inherits:
-
Data
- Object
- Data
- RDBr::Metadata::DirectRelationship
- Defined in:
- lib/rdbr/metadata/relationships.rb
Instance Attribute Summary collapse
-
#foreign_key ⇒ Object
readonly
Returns the value of attribute foreign_key.
-
#inferred ⇒ Object
readonly
Returns the value of attribute inferred.
-
#source_namespace ⇒ Object
readonly
Returns the value of attribute source_namespace.
-
#source_relation ⇒ Object
readonly
Returns the value of attribute source_relation.
-
#target_namespace ⇒ Object
readonly
Returns the value of attribute target_namespace.
-
#target_relation ⇒ Object
readonly
Returns the value of attribute target_relation.
Instance Attribute Details
#foreign_key ⇒ Object (readonly)
Returns the value of attribute foreign_key
3 4 5 |
# File 'lib/rdbr/metadata/relationships.rb', line 3 def foreign_key @foreign_key end |
#inferred ⇒ Object (readonly)
Returns the value of attribute inferred
3 4 5 |
# File 'lib/rdbr/metadata/relationships.rb', line 3 def inferred @inferred end |
#source_namespace ⇒ Object (readonly)
Returns the value of attribute source_namespace
3 4 5 |
# File 'lib/rdbr/metadata/relationships.rb', line 3 def source_namespace @source_namespace end |
#source_relation ⇒ Object (readonly)
Returns the value of attribute source_relation
3 4 5 |
# File 'lib/rdbr/metadata/relationships.rb', line 3 def source_relation @source_relation end |
#target_namespace ⇒ Object (readonly)
Returns the value of attribute target_namespace
3 4 5 |
# File 'lib/rdbr/metadata/relationships.rb', line 3 def target_namespace @target_namespace end |
#target_relation ⇒ Object (readonly)
Returns the value of attribute target_relation
3 4 5 |
# File 'lib/rdbr/metadata/relationships.rb', line 3 def target_relation @target_relation end |