Class: CERegistryKey
- Inherits:
-
Object
- Object
- CERegistryKey
- Defined in:
- lib/rapi/ce_registry_key.rb
Constant Summary collapse
- ERROR_NO_MORE_ITEMS =
259
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(root_key, name, writable, is_root) ⇒ CERegistryKey
constructor
A new instance of CERegistryKey.
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
#name ⇒ Object (readonly)
Returns the value of attribute name.
4 5 6 |
# File 'lib/rapi/ce_registry_key.rb', line 4 def name @name end |