Class: CERegistryKey

Inherits:
Object
  • Object
show all
Defined in:
lib/rapi/ce_registry_key.rb

Constant Summary collapse

ERROR_NO_MORE_ITEMS =
259

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(root_key, name, writable, is_root) ⇒ CERegistryKey

Returns a new instance of CERegistryKey.



6
7
# File 'lib/rapi/ce_registry_key.rb', line 6

def initialize(root_key, name, writable, is_root)
end

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



4
5
6
# File 'lib/rapi/ce_registry_key.rb', line 4

def name
  @name
end