Method: Cequel::Schema::Column#type

Defined in:
lib/cequel/schema/column.rb

#typeType (readonly)

Returns the type of the column.

Returns:

  • (Type)

    the type of the column

Since:

  • 1.0.0



13
14
15
# File 'lib/cequel/schema/column.rb', line 13

def type
  @type
end