Class: ForeignKeyInfo

Inherits:
Struct
  • Object
show all
Extended by:
Constructors
Defined in:
lib/dart/core/foreign_key_info.rb

Defined Under Namespace

Modules: Constructors

Instance Attribute Summary collapse

Method Summary

Methods included from Constructors

from_hash

Instance Attribute Details

#child_tableObject

Returns the value of attribute child_table

Returns:

  • (Object)

    the current value of child_table



1
2
3
# File 'lib/dart/core/foreign_key_info.rb', line 1

def child_table
  @child_table
end

#foreign_keyObject

Returns the value of attribute foreign_key

Returns:

  • (Object)

    the current value of foreign_key



1
2
3
# File 'lib/dart/core/foreign_key_info.rb', line 1

def foreign_key
  @foreign_key
end

#parent_tableObject

Returns the value of attribute parent_table

Returns:

  • (Object)

    the current value of parent_table



1
2
3
# File 'lib/dart/core/foreign_key_info.rb', line 1

def parent_table
  @parent_table
end

#primary_keyObject

Returns the value of attribute primary_key

Returns:

  • (Object)

    the current value of primary_key



1
2
3
# File 'lib/dart/core/foreign_key_info.rb', line 1

def primary_key
  @primary_key
end