Class: DBML::Table

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

Instance Attribute Summary collapse

Instance Attribute Details

#aliasObject

Returns the value of attribute alias

Returns:

  • (Object)

    the current value of alias



5
6
7
# File 'lib/dbml.rb', line 5

def alias
  @alias
end

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



5
6
7
# File 'lib/dbml.rb', line 5

def columns
  @columns
end

#indexesObject

Returns the value of attribute indexes

Returns:

  • (Object)

    the current value of indexes



5
6
7
# File 'lib/dbml.rb', line 5

def indexes
  @indexes
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/dbml.rb', line 5

def name
  @name
end

#notesObject

Returns the value of attribute notes

Returns:

  • (Object)

    the current value of notes



5
6
7
# File 'lib/dbml.rb', line 5

def notes
  @notes
end