Class: DBML::EnumChoice

Inherits:
Struct
  • Object
show all
Defined in:
lib/dbml.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/dbml.rb', line 10

def name
  @name
end

#settingsObject

Returns the value of attribute settings

Returns:

  • (Object)

    the current value of settings



10
11
12
# File 'lib/dbml.rb', line 10

def settings
  @settings
end