Class: DBML::Table
- Inherits:
-
Struct
- Object
- Struct
- DBML::Table
- Defined in:
- lib/dbml.rb
Instance Attribute Summary collapse
-
#alias ⇒ Object
Returns the value of attribute alias.
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#indexes ⇒ Object
Returns the value of attribute indexes.
-
#name ⇒ Object
Returns the value of attribute name.
-
#notes ⇒ Object
Returns the value of attribute notes.
Instance Attribute Details
#alias ⇒ Object
Returns the value of attribute alias
5 6 7 |
# File 'lib/dbml.rb', line 5 def alias @alias end |
#columns ⇒ Object
Returns the value of attribute columns
5 6 7 |
# File 'lib/dbml.rb', line 5 def columns @columns end |
#indexes ⇒ Object
Returns the value of attribute indexes
5 6 7 |
# File 'lib/dbml.rb', line 5 def indexes @indexes end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/dbml.rb', line 5 def name @name end |
#notes ⇒ Object
Returns the value of attribute notes
5 6 7 |
# File 'lib/dbml.rb', line 5 def notes @notes end |