Class: Mongoose::FooterNode

Inherits:
Object show all
Defined in:
lib/mongoose/skiplist.rb

Overview


FooterNode Class


Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeFooterNode

Returns a new instance of FooterNode.



440
441
442
# File 'lib/mongoose/skiplist.rb', line 440

def initialize
  @key = FooterKey.new
end

Instance Attribute Details

#keyObject (readonly)

Returns the value of attribute key.



438
439
440
# File 'lib/mongoose/skiplist.rb', line 438

def key
  @key
end

Instance Method Details

#inspectObject



444
445
446
# File 'lib/mongoose/skiplist.rb', line 444

def inspect
  self.class.to_s
end