Class: DBML::Relationship

Inherits:
Struct
  • Object
show all
Defined in:
lib/dbml.rb

Instance Attribute Summary collapse

Instance Attribute Details

#left_fieldsObject

Returns the value of attribute left_fields

Returns:

  • (Object)

    the current value of left_fields



8
9
10
# File 'lib/dbml.rb', line 8

def left_fields
  @left_fields
end

#left_tableObject

Returns the value of attribute left_table

Returns:

  • (Object)

    the current value of left_table



8
9
10
# File 'lib/dbml.rb', line 8

def left_table
  @left_table
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/dbml.rb', line 8

def name
  @name
end

#right_fieldsObject

Returns the value of attribute right_fields

Returns:

  • (Object)

    the current value of right_fields



8
9
10
# File 'lib/dbml.rb', line 8

def right_fields
  @right_fields
end

#right_tableObject

Returns the value of attribute right_table

Returns:

  • (Object)

    the current value of right_table



8
9
10
# File 'lib/dbml.rb', line 8

def right_table
  @right_table
end

#settingsObject

Returns the value of attribute settings

Returns:

  • (Object)

    the current value of settings



8
9
10
# File 'lib/dbml.rb', line 8

def settings
  @settings
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/dbml.rb', line 8

def type
  @type
end