Class: Mongoose::FooterNode
Overview
FooterNode Class
Instance Attribute Summary collapse
-
#key ⇒ Object
readonly
Returns the value of attribute key.
Instance Method Summary collapse
-
#initialize ⇒ FooterNode
constructor
A new instance of FooterNode.
- #inspect ⇒ Object
Constructor Details
#initialize ⇒ FooterNode
Returns a new instance of FooterNode.
440 441 442 |
# File 'lib/mongoose/skiplist.rb', line 440 def initialize @key = .new end |
Instance Attribute Details
#key ⇒ Object (readonly)
Returns the value of attribute key.
438 439 440 |
# File 'lib/mongoose/skiplist.rb', line 438 def key @key end |
Instance Method Details
#inspect ⇒ Object
444 445 446 |
# File 'lib/mongoose/skiplist.rb', line 444 def inspect self.class.to_s end |