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