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
206 207 208 |
# File 'lib/win32/service.rb', line 206 def binary_path_name @binary_path_name end |
#dependencies ⇒ Object
Returns the value of attribute dependencies
206 207 208 |
# File 'lib/win32/service.rb', line 206 def dependencies @dependencies end |
#display_name ⇒ Object
Returns the value of attribute display_name
206 207 208 |
# File 'lib/win32/service.rb', line 206 def display_name @display_name end |
#error_control ⇒ Object
Returns the value of attribute error_control
206 207 208 |
# File 'lib/win32/service.rb', line 206 def error_control @error_control end |
#load_order_group ⇒ Object
Returns the value of attribute load_order_group
206 207 208 |
# File 'lib/win32/service.rb', line 206 def load_order_group @load_order_group end |
#service_start_name ⇒ Object
Returns the value of attribute service_start_name
206 207 208 |
# File 'lib/win32/service.rb', line 206 def service_start_name @service_start_name end |
#service_type ⇒ Object
Returns the value of attribute service_type
206 207 208 |
# File 'lib/win32/service.rb', line 206 def service_type @service_type end |
#start_type ⇒ Object
Returns the value of attribute start_type
206 207 208 |
# File 'lib/win32/service.rb', line 206 def start_type @start_type end |
#tag_id ⇒ Object
Returns the value of attribute tag_id
206 207 208 |
# File 'lib/win32/service.rb', line 206 def tag_id @tag_id end |