Class: DBML::Column

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



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

def name
  @name
end

#settingsObject

Returns the value of attribute settings

Returns:

  • (Object)

    the current value of settings



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

def settings
  @settings
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end