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