Class: Win32::Service::ConfigStruct
- Inherits:
-
Struct
- Object
- Struct
- Win32::Service::ConfigStruct
- Defined in:
- lib/win32/service.rb
Instance Attribute Summary collapse
-
#binary_path_name ⇒ Object
Returns the value of attribute binary_path_name.
-
#dependencies ⇒ Object
Returns the value of attribute dependencies.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#error_control ⇒ Object
Returns the value of attribute error_control.
-
#load_order_group ⇒ Object
Returns the value of attribute load_order_group.
-
#service_start_name ⇒ Object
Returns the value of attribute service_start_name.
-
#service_type ⇒ Object
Returns the value of attribute service_type.
-
#start_type ⇒ Object
Returns the value of attribute start_type.
-
#tag_id ⇒ Object
Returns the value of attribute tag_id.
Instance Attribute Details
#binary_path_name ⇒ Object
Returns the value of attribute binary_path_name
226 227 228 |
# File 'lib/win32/service.rb', line 226 def binary_path_name @binary_path_name end |
#dependencies ⇒ Object
Returns the value of attribute dependencies
226 227 228 |
# File 'lib/win32/service.rb', line 226 def dependencies @dependencies end |
#display_name ⇒ Object
Returns the value of attribute display_name
226 227 228 |
# File 'lib/win32/service.rb', line 226 def display_name @display_name end |
#error_control ⇒ Object
Returns the value of attribute error_control
226 227 228 |
# File 'lib/win32/service.rb', line 226 def error_control @error_control end |
#load_order_group ⇒ Object
Returns the value of attribute load_order_group
226 227 228 |
# File 'lib/win32/service.rb', line 226 def load_order_group @load_order_group end |
#service_start_name ⇒ Object
Returns the value of attribute service_start_name
226 227 228 |
# File 'lib/win32/service.rb', line 226 def service_start_name @service_start_name end |
#service_type ⇒ Object
Returns the value of attribute service_type
226 227 228 |
# File 'lib/win32/service.rb', line 226 def service_type @service_type end |
#start_type ⇒ Object
Returns the value of attribute start_type
226 227 228 |
# File 'lib/win32/service.rb', line 226 def start_type @start_type end |
#tag_id ⇒ Object
Returns the value of attribute tag_id
226 227 228 |
# File 'lib/win32/service.rb', line 226 def tag_id @tag_id end |