Class: Inputex::ModelExtensions::FakeColumn
- Inherits:
-
Object
- Object
- Inputex::ModelExtensions::FakeColumn
- Defined in:
- lib/inputex.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#name ⇒ Object
Returns the value of attribute name.
-
#sql_type ⇒ Object
Returns the value of attribute sql_type.
Instance Attribute Details
#default ⇒ Object
Returns the value of attribute default.
56 57 58 |
# File 'lib/inputex.rb', line 56 def default @default end |
#name ⇒ Object
Returns the value of attribute name.
54 55 56 |
# File 'lib/inputex.rb', line 54 def name @name end |
#sql_type ⇒ Object
Returns the value of attribute sql_type.
55 56 57 |
# File 'lib/inputex.rb', line 55 def sql_type @sql_type end |