Class: DBML::Relationship
- Inherits:
-
Struct
- Object
- Struct
- DBML::Relationship
- Defined in:
- lib/dbml.rb
Instance Attribute Summary collapse
-
#left_fields ⇒ Object
Returns the value of attribute left_fields.
-
#left_table ⇒ Object
Returns the value of attribute left_table.
-
#name ⇒ Object
Returns the value of attribute name.
-
#right_fields ⇒ Object
Returns the value of attribute right_fields.
-
#right_table ⇒ Object
Returns the value of attribute right_table.
-
#settings ⇒ Object
Returns the value of attribute settings.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#left_fields ⇒ Object
Returns the value of attribute left_fields
8 9 10 |
# File 'lib/dbml.rb', line 8 def left_fields @left_fields end |
#left_table ⇒ Object
Returns the value of attribute left_table
8 9 10 |
# File 'lib/dbml.rb', line 8 def left_table @left_table end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/dbml.rb', line 8 def name @name end |
#right_fields ⇒ Object
Returns the value of attribute right_fields
8 9 10 |
# File 'lib/dbml.rb', line 8 def right_fields @right_fields end |
#right_table ⇒ Object
Returns the value of attribute right_table
8 9 10 |
# File 'lib/dbml.rb', line 8 def right_table @right_table end |
#settings ⇒ Object
Returns the value of attribute settings
8 9 10 |
# File 'lib/dbml.rb', line 8 def settings @settings end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/dbml.rb', line 8 def type @type end |