Class: Innodb::Field::ExternReference

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

Instance Attribute Summary collapse

Instance Attribute Details

#lengthObject

Returns the value of attribute length

Returns:

  • (Object)

    the current value of length



10
11
12
# File 'lib/innodb/field.rb', line 10

def length
  @length
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



10
11
12
# File 'lib/innodb/field.rb', line 10

def offset
  @offset
end

#page_numberObject

Returns the value of attribute page_number

Returns:

  • (Object)

    the current value of page_number



10
11
12
# File 'lib/innodb/field.rb', line 10

def page_number
  @page_number
end

#space_idObject

Returns the value of attribute space_id

Returns:

  • (Object)

    the current value of space_id



10
11
12
# File 'lib/innodb/field.rb', line 10

def space_id
  @space_id
end