Class: RDBr::Metadata::ThroughRelationship
- Inherits:
-
Data
- Object
- Data
- RDBr::Metadata::ThroughRelationship
- Defined in:
- lib/rdbr/metadata/relationships.rb
Instance Attribute Summary collapse
-
#inferred ⇒ Object
readonly
Returns the value of attribute inferred.
-
#junction_namespace ⇒ Object
readonly
Returns the value of attribute junction_namespace.
-
#junction_relation ⇒ Object
readonly
Returns the value of attribute junction_relation.
-
#source_foreign_key ⇒ Object
readonly
Returns the value of attribute source_foreign_key.
-
#source_namespace ⇒ Object
readonly
Returns the value of attribute source_namespace.
-
#source_relation ⇒ Object
readonly
Returns the value of attribute source_relation.
-
#target_foreign_key ⇒ Object
readonly
Returns the value of attribute target_foreign_key.
-
#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
#inferred ⇒ Object (readonly)
Returns the value of attribute inferred
6 7 8 |
# File 'lib/rdbr/metadata/relationships.rb', line 6 def inferred @inferred end |
#junction_namespace ⇒ Object (readonly)
Returns the value of attribute junction_namespace
6 7 8 |
# File 'lib/rdbr/metadata/relationships.rb', line 6 def junction_namespace @junction_namespace end |
#junction_relation ⇒ Object (readonly)
Returns the value of attribute junction_relation
6 7 8 |
# File 'lib/rdbr/metadata/relationships.rb', line 6 def junction_relation @junction_relation end |
#source_foreign_key ⇒ Object (readonly)
Returns the value of attribute source_foreign_key
6 7 8 |
# File 'lib/rdbr/metadata/relationships.rb', line 6 def source_foreign_key @source_foreign_key end |
#source_namespace ⇒ Object (readonly)
Returns the value of attribute source_namespace
6 7 8 |
# File 'lib/rdbr/metadata/relationships.rb', line 6 def source_namespace @source_namespace end |
#source_relation ⇒ Object (readonly)
Returns the value of attribute source_relation
6 7 8 |
# File 'lib/rdbr/metadata/relationships.rb', line 6 def source_relation @source_relation end |
#target_foreign_key ⇒ Object (readonly)
Returns the value of attribute target_foreign_key
6 7 8 |
# File 'lib/rdbr/metadata/relationships.rb', line 6 def target_foreign_key @target_foreign_key end |
#target_namespace ⇒ Object (readonly)
Returns the value of attribute target_namespace
6 7 8 |
# File 'lib/rdbr/metadata/relationships.rb', line 6 def target_namespace @target_namespace end |
#target_relation ⇒ Object (readonly)
Returns the value of attribute target_relation
6 7 8 |
# File 'lib/rdbr/metadata/relationships.rb', line 6 def target_relation @target_relation end |