Class: IronAdmin::Adapters::Base::ColumnDescriptor
- Inherits:
-
Struct
- Object
- Struct
- IronAdmin::Adapters::Base::ColumnDescriptor
- Defined in:
- lib/iron_admin/adapters/base.rb
Overview
Shared column descriptor for non-AR adapters.
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
333 334 335 |
# File 'lib/iron_admin/adapters/base.rb', line 333 def name @name end |
#type ⇒ Object
Returns the value of attribute type
333 334 335 |
# File 'lib/iron_admin/adapters/base.rb', line 333 def type @type end |
Instance Method Details
#to_s ⇒ Object
334 335 336 |
# File 'lib/iron_admin/adapters/base.rb', line 334 def to_s name end |