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