Class: Column

Inherits:
Object
  • Object
show all
Defined in:
lib/tasks/db.rb

Instance Attribute Summary collapse

Instance Attribute Details

#akasObject

Returns the value of attribute akas.



400
401
402
# File 'lib/tasks/db.rb', line 400

def akas
  @akas
end

#defaultObject

Returns the value of attribute default.



400
401
402
# File 'lib/tasks/db.rb', line 400

def default
  @default
end

#nameObject

Returns the value of attribute name.



400
401
402
# File 'lib/tasks/db.rb', line 400

def name
  @name
end

#nullObject

Returns the value of attribute null.



400
401
402
# File 'lib/tasks/db.rb', line 400

def null
  @null
end

#optsObject

Returns the value of attribute opts.



400
401
402
# File 'lib/tasks/db.rb', line 400

def opts
  @opts
end

#typeObject

Returns the value of attribute type.



400
401
402
# File 'lib/tasks/db.rb', line 400

def type
  @type
end