Class: DBML::Project

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

Instance Attribute Summary collapse

Instance Attribute Details

#enumsObject

Returns the value of attribute enums

Returns:

  • (Object)

    the current value of enums



12
13
14
# File 'lib/dbml.rb', line 12

def enums
  @enums
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



12
13
14
# File 'lib/dbml.rb', line 12

def name
  @name
end

#notesObject

Returns the value of attribute notes

Returns:

  • (Object)

    the current value of notes



12
13
14
# File 'lib/dbml.rb', line 12

def notes
  @notes
end

#relationshipsObject

Returns the value of attribute relationships

Returns:

  • (Object)

    the current value of relationships



12
13
14
# File 'lib/dbml.rb', line 12

def relationships
  @relationships
end

#settingsObject

Returns the value of attribute settings

Returns:

  • (Object)

    the current value of settings



12
13
14
# File 'lib/dbml.rb', line 12

def settings
  @settings
end

#table_groupsObject

Returns the value of attribute table_groups

Returns:

  • (Object)

    the current value of table_groups



12
13
14
# File 'lib/dbml.rb', line 12

def table_groups
  @table_groups
end

#tablesObject

Returns the value of attribute tables

Returns:

  • (Object)

    the current value of tables



12
13
14
# File 'lib/dbml.rb', line 12

def tables
  @tables
end