Class: DBML::ProjectDef

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



13
14
15
# File 'lib/dbml.rb', line 13

def name
  @name
end

#notesObject

Returns the value of attribute notes

Returns:

  • (Object)

    the current value of notes



13
14
15
# File 'lib/dbml.rb', line 13

def notes
  @notes
end

#settingsObject

Returns the value of attribute settings

Returns:

  • (Object)

    the current value of settings



13
14
15
# File 'lib/dbml.rb', line 13

def settings
  @settings
end