Class: DBML::TableGroup
- Inherits:
-
Struct
- Object
- Struct
- DBML::TableGroup
- Defined in:
- lib/dbml.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#tables ⇒ Object
Returns the value of attribute tables.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/dbml.rb', line 11 def name @name end |
#tables ⇒ Object
Returns the value of attribute tables
11 12 13 |
# File 'lib/dbml.rb', line 11 def tables @tables end |