Class: Mysql2::Field
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
Struct
|
|
|
Instance Chain:
self,
Struct
|
|
| Inherits: |
Struct
|
| Defined in: | lib/mysql2/field.rb |
Instance Attribute Summary
Instance Attribute Details
#name (rw)
[ GitHub ]# File 'lib/mysql2/field.rb', line 2
Field = Struct.new(:name, :type)
#type (rw)
[ GitHub ]# File 'lib/mysql2/field.rb', line 2
Field = Struct.new(:name, :type)