class BitGirder::Core::DictionaryPath

Attributes

key[R]

Public Class Methods

new( parent, key ) click to toggle source
Calls superclass method BitGirder::Core::ObjectPath::new
# File lib/bitgirder/core.rb, line 1278
def initialize( parent, key )

    super( parent )
    @key = not_nil( key, "key" )
end