Class: SchemaErd::Relationship
- Inherits:
-
Data
- Object
- Data
- SchemaErd::Relationship
- Defined in:
- lib/schema_erd.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
readonly
Returns the value of attribute column.
-
#from_table ⇒ Object
readonly
Returns the value of attribute from_table.
-
#to_table ⇒ Object
readonly
Returns the value of attribute to_table.
Instance Attribute Details
#column ⇒ Object (readonly)
Returns the value of attribute column
18 19 20 |
# File 'lib/schema_erd.rb', line 18 def column @column end |
#from_table ⇒ Object (readonly)
Returns the value of attribute from_table
18 19 20 |
# File 'lib/schema_erd.rb', line 18 def from_table @from_table end |
#to_table ⇒ Object (readonly)
Returns the value of attribute to_table
18 19 20 |
# File 'lib/schema_erd.rb', line 18 def to_table @to_table end |