Class: Innodb::DataType::BlobType
- Inherits:
-
Object
- Object
- Innodb::DataType::BlobType
- Defined in:
- lib/innodb/data_type.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(base_type, modifiers, properties) ⇒ BlobType
constructor
A new instance of BlobType.
Constructor Details
#initialize(base_type, modifiers, properties) ⇒ BlobType
Returns a new instance of BlobType.
247 248 249 |
# File 'lib/innodb/data_type.rb', line 247 def initialize(base_type, modifiers, properties) @name = Innodb::DataType.make_name(base_type, modifiers, properties) end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
245 246 247 |
# File 'lib/innodb/data_type.rb', line 245 def name @name end |