Class: Mysql2::Field
- Inherits:
-
Struct
- Object
- Struct
- Mysql2::Field
- Defined in:
- lib/mysql2/field.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/mysql2/field.rb', line 2 def name @name end |
#type ⇒ Object
Returns the value of attribute type
2 3 4 |
# File 'lib/mysql2/field.rb', line 2 def type @type end |