Class: ActiveRecord::Mysql::Awesome::ColumnDefinition
- Inherits:
-
ConnectionAdapters::ColumnDefinition
- Object
- ConnectionAdapters::ColumnDefinition
- ActiveRecord::Mysql::Awesome::ColumnDefinition
- Defined in:
- lib/activerecord-mysql-awesome/active_record/connection_adapters/abstract_mysql_adapter.rb
Instance Attribute Summary collapse
-
#auto_increment ⇒ Object
Returns the value of attribute auto_increment.
-
#charset ⇒ Object
Returns the value of attribute charset.
-
#collation ⇒ Object
Returns the value of attribute collation.
-
#unsigned ⇒ Object
Returns the value of attribute unsigned.
Instance Attribute Details
#auto_increment ⇒ Object
Returns the value of attribute auto_increment.
21 22 23 |
# File 'lib/activerecord-mysql-awesome/active_record/connection_adapters/abstract_mysql_adapter.rb', line 21 def auto_increment @auto_increment end |
#charset ⇒ Object
Returns the value of attribute charset.
21 22 23 |
# File 'lib/activerecord-mysql-awesome/active_record/connection_adapters/abstract_mysql_adapter.rb', line 21 def charset @charset end |
#collation ⇒ Object
Returns the value of attribute collation.
21 22 23 |
# File 'lib/activerecord-mysql-awesome/active_record/connection_adapters/abstract_mysql_adapter.rb', line 21 def collation @collation end |
#unsigned ⇒ Object
Returns the value of attribute unsigned.
21 22 23 |
# File 'lib/activerecord-mysql-awesome/active_record/connection_adapters/abstract_mysql_adapter.rb', line 21 def unsigned @unsigned end |