Class: SchemaErd::Relationship

Inherits:
Data
  • Object
show all
Defined in:
lib/schema_erd.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject (readonly)

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



18
19
20
# File 'lib/schema_erd.rb', line 18

def column
  @column
end

#from_tableObject (readonly)

Returns the value of attribute from_table

Returns:

  • (Object)

    the current value of from_table



18
19
20
# File 'lib/schema_erd.rb', line 18

def from_table
  @from_table
end

#to_tableObject (readonly)

Returns the value of attribute to_table

Returns:

  • (Object)

    the current value of to_table



18
19
20
# File 'lib/schema_erd.rb', line 18

def to_table
  @to_table
end