Class: ForeignKeyInfo
- Inherits:
-
Struct
- Object
- Struct
- ForeignKeyInfo
- Extended by:
- Constructors
- Defined in:
- lib/dart/core/foreign_key_info.rb
Defined Under Namespace
Modules: Constructors
Instance Attribute Summary collapse
-
#child_table ⇒ Object
Returns the value of attribute child_table.
-
#foreign_key ⇒ Object
Returns the value of attribute foreign_key.
-
#parent_table ⇒ Object
Returns the value of attribute parent_table.
-
#primary_key ⇒ Object
Returns the value of attribute primary_key.
Method Summary
Methods included from Constructors
Instance Attribute Details
#child_table ⇒ Object
Returns the value of attribute child_table
1 2 3 |
# File 'lib/dart/core/foreign_key_info.rb', line 1 def child_table @child_table end |
#foreign_key ⇒ Object
Returns the value of attribute foreign_key
1 2 3 |
# File 'lib/dart/core/foreign_key_info.rb', line 1 def foreign_key @foreign_key end |
#parent_table ⇒ Object
Returns the value of attribute parent_table
1 2 3 |
# File 'lib/dart/core/foreign_key_info.rb', line 1 def parent_table @parent_table end |
#primary_key ⇒ Object
Returns the value of attribute primary_key
1 2 3 |
# File 'lib/dart/core/foreign_key_info.rb', line 1 def primary_key @primary_key end |