Class: Padrino::Admin::Generators::Orm::Column
- Defined in:
- padrino-admin/lib/padrino-admin/generators/orm.rb
Overview
for compatibility
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
47 48 49 |
# File 'padrino-admin/lib/padrino-admin/generators/orm.rb', line 47 def name @name end |
#type ⇒ Object
Returns the value of attribute type
47 48 49 |
# File 'padrino-admin/lib/padrino-admin/generators/orm.rb', line 47 def type @type end |