Class: Autonoma::SchemaRelation
- Inherits:
-
Struct
- Object
- Struct
- Autonoma::SchemaRelation
- Defined in:
- lib/autonoma/types.rb
Instance Attribute Summary collapse
-
#child_field ⇒ Object
Returns the value of attribute child_field.
-
#child_model ⇒ Object
Returns the value of attribute child_model.
-
#parent_field ⇒ Object
Returns the value of attribute parent_field.
-
#parent_model ⇒ Object
Returns the value of attribute parent_model.
Instance Attribute Details
#child_field ⇒ Object
Returns the value of attribute child_field
9 10 11 |
# File 'lib/autonoma/types.rb', line 9 def child_field @child_field end |
#child_model ⇒ Object
Returns the value of attribute child_model
9 10 11 |
# File 'lib/autonoma/types.rb', line 9 def child_model @child_model end |
#parent_field ⇒ Object
Returns the value of attribute parent_field
9 10 11 |
# File 'lib/autonoma/types.rb', line 9 def parent_field @parent_field end |
#parent_model ⇒ Object
Returns the value of attribute parent_model
9 10 11 |
# File 'lib/autonoma/types.rb', line 9 def parent_model @parent_model end |