Class: Innodb::DataDictionary::MysqlType
- Inherits:
-
Struct
- Object
- Struct
- Innodb::DataDictionary::MysqlType
- Defined in:
- lib/innodb/data_dictionary.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type
7 8 9 |
# File 'lib/innodb/data_dictionary.rb', line 7 def type @type end |
#value ⇒ Object
Returns the value of attribute value
7 8 9 |
# File 'lib/innodb/data_dictionary.rb', line 7 def value @value end |