Method: ActiveRecord::ConnectionAdapters::SqlTypeMetadata#type
- Defined in:
- activerecord/lib/active_record/connection_adapters/sql_type_metadata.rb
#type ⇒ Object (readonly)
Returns the value of attribute type.
9 10 11 |
# File 'activerecord/lib/active_record/connection_adapters/sql_type_metadata.rb', line 9 def type @type end |