Class: Column
- Inherits:
-
Object
- Object
- Column
- Defined in:
- lib/tasks/db.rb
Instance Attribute Summary collapse
-
#akas ⇒ Object
Returns the value of attribute akas.
-
#default ⇒ Object
Returns the value of attribute default.
-
#name ⇒ Object
Returns the value of attribute name.
-
#null ⇒ Object
Returns the value of attribute null.
-
#opts ⇒ Object
Returns the value of attribute opts.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#akas ⇒ Object
Returns the value of attribute akas.
400 401 402 |
# File 'lib/tasks/db.rb', line 400 def akas @akas end |
#default ⇒ Object
Returns the value of attribute default.
400 401 402 |
# File 'lib/tasks/db.rb', line 400 def default @default end |
#name ⇒ Object
Returns the value of attribute name.
400 401 402 |
# File 'lib/tasks/db.rb', line 400 def name @name end |
#null ⇒ Object
Returns the value of attribute null.
400 401 402 |
# File 'lib/tasks/db.rb', line 400 def null @null end |
#opts ⇒ Object
Returns the value of attribute opts.
400 401 402 |
# File 'lib/tasks/db.rb', line 400 def opts @opts end |
#type ⇒ Object
Returns the value of attribute type.
400 401 402 |
# File 'lib/tasks/db.rb', line 400 def type @type end |