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.



402
403
404
# File 'lib/tasks/db.rb', line 402

def akas
  @akas
end

#defaultObject

Returns the value of attribute default.



402
403
404
# File 'lib/tasks/db.rb', line 402

def default
  @default
end

#nameObject

Returns the value of attribute name.



402
403
404
# File 'lib/tasks/db.rb', line 402

def name
  @name
end

#nullObject

Returns the value of attribute null.



402
403
404
# File 'lib/tasks/db.rb', line 402

def null
  @null
end

#optsObject

Returns the value of attribute opts.



402
403
404
# File 'lib/tasks/db.rb', line 402

def opts
  @opts
end

#typeObject

Returns the value of attribute type.



402
403
404
# File 'lib/tasks/db.rb', line 402

def type
  @type
end