Class: Autonoma::FKEdge
- Inherits:
-
Struct
- Object
- Struct
- Autonoma::FKEdge
- Defined in:
- lib/autonoma/types.rb
Instance Attribute Summary collapse
-
#foreign_field ⇒ Object
Returns the value of attribute foreign_field.
-
#from_model ⇒ Object
Returns the value of attribute from_model.
-
#local_field ⇒ Object
Returns the value of attribute local_field.
-
#nullable ⇒ Object
Returns the value of attribute nullable.
-
#to_model ⇒ Object
Returns the value of attribute to_model.
Instance Attribute Details
#foreign_field ⇒ Object
Returns the value of attribute foreign_field
7 8 9 |
# File 'lib/autonoma/types.rb', line 7 def foreign_field @foreign_field end |
#from_model ⇒ Object
Returns the value of attribute from_model
7 8 9 |
# File 'lib/autonoma/types.rb', line 7 def from_model @from_model end |
#local_field ⇒ Object
Returns the value of attribute local_field
7 8 9 |
# File 'lib/autonoma/types.rb', line 7 def local_field @local_field end |
#nullable ⇒ Object
Returns the value of attribute nullable
7 8 9 |
# File 'lib/autonoma/types.rb', line 7 def nullable @nullable end |
#to_model ⇒ Object
Returns the value of attribute to_model
7 8 9 |
# File 'lib/autonoma/types.rb', line 7 def to_model @to_model end |