Class: DBML::TableGroup

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#tablesObject

Returns the value of attribute tables

Returns:

  • (Object)

    the current value of tables



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

def tables
  @tables
end