Class: TurboRex::Windows::COM::COMRegistry::CLSIDEntry::LocalServer
- Inherits:
-
Struct
- Object
- Struct
- TurboRex::Windows::COM::COMRegistry::CLSIDEntry::LocalServer
- Defined in:
- lib/turborex/windows/com/com_registry.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#server_executable ⇒ Object
Returns the value of attribute server_executable.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
24 25 26 |
# File 'lib/turborex/windows/com/com_registry.rb', line 24 def path @path end |
#server_executable ⇒ Object
Returns the value of attribute server_executable
24 25 26 |
# File 'lib/turborex/windows/com/com_registry.rb', line 24 def server_executable @server_executable end |