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.
364 365 366 |
# File 'lib/tasks/db.rb', line 364 def akas @akas end |
#default ⇒ Object
Returns the value of attribute default.
364 365 366 |
# File 'lib/tasks/db.rb', line 364 def default @default end |
#name ⇒ Object
Returns the value of attribute name.
364 365 366 |
# File 'lib/tasks/db.rb', line 364 def name @name end |
#null ⇒ Object
Returns the value of attribute null.
364 365 366 |
# File 'lib/tasks/db.rb', line 364 def null @null end |
#opts ⇒ Object
Returns the value of attribute opts.
364 365 366 |
# File 'lib/tasks/db.rb', line 364 def opts @opts end |
#type ⇒ Object
Returns the value of attribute type.
364 365 366 |
# File 'lib/tasks/db.rb', line 364 def type @type end |