Class: Innodb::DataDictionary::MysqlType

Inherits:
Struct
  • Object
show all
Defined in:
lib/innodb/data_dictionary.rb

Instance Attribute Summary collapse

Instance Attribute Details

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



7
8
9
# File 'lib/innodb/data_dictionary.rb', line 7

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



7
8
9
# File 'lib/innodb/data_dictionary.rb', line 7

def value
  @value
end