Class: Win32::Service::ServiceStruct
- Inherits:
-
Struct
- Object
- Struct
- Win32::Service::ServiceStruct
- Defined in:
- lib/win32/service.rb
Instance Attribute Summary collapse
-
#actions ⇒ Object
Returns the value of attribute actions.
-
#binary_path_name ⇒ Object
Returns the value of attribute binary_path_name.
-
#check_point ⇒ Object
Returns the value of attribute check_point.
-
#command ⇒ Object
Returns the value of attribute command.
-
#controls_accepted ⇒ Object
Returns the value of attribute controls_accepted.
-
#current_state ⇒ Object
Returns the value of attribute current_state.
-
#delayed_start ⇒ Object
Returns the value of attribute delayed_start.
-
#dependencies ⇒ Object
Returns the value of attribute dependencies.
-
#description ⇒ Object
Returns the value of attribute description.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#error_control ⇒ Object
Returns the value of attribute error_control.
-
#interactive ⇒ Object
Returns the value of attribute interactive.
-
#load_order_group ⇒ Object
Returns the value of attribute load_order_group.
-
#num_actions ⇒ Object
Returns the value of attribute num_actions.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#reboot_message ⇒ Object
Returns the value of attribute reboot_message.
-
#reset_period ⇒ Object
Returns the value of attribute reset_period.
-
#service_flags ⇒ Object
Returns the value of attribute service_flags.
-
#service_name ⇒ Object
Returns the value of attribute service_name.
-
#service_specific_exit_code ⇒ Object
Returns the value of attribute service_specific_exit_code.
-
#service_type ⇒ Object
Returns the value of attribute service_type.
-
#start_name ⇒ Object
Returns the value of attribute start_name.
-
#start_type ⇒ Object
Returns the value of attribute start_type.
-
#tag_id ⇒ Object
Returns the value of attribute tag_id.
-
#wait_hint ⇒ Object
Returns the value of attribute wait_hint.
-
#win32_exit_code ⇒ Object
Returns the value of attribute win32_exit_code.
Instance Attribute Details
#actions ⇒ Object
Returns the value of attribute actions
219 220 221 |
# File 'lib/win32/service.rb', line 219 def actions @actions end |
#binary_path_name ⇒ Object
Returns the value of attribute binary_path_name
219 220 221 |
# File 'lib/win32/service.rb', line 219 def binary_path_name @binary_path_name end |
#check_point ⇒ Object
Returns the value of attribute check_point
219 220 221 |
# File 'lib/win32/service.rb', line 219 def check_point @check_point end |
#command ⇒ Object
Returns the value of attribute command
219 220 221 |
# File 'lib/win32/service.rb', line 219 def command @command end |
#controls_accepted ⇒ Object
Returns the value of attribute controls_accepted
219 220 221 |
# File 'lib/win32/service.rb', line 219 def controls_accepted @controls_accepted end |
#current_state ⇒ Object
Returns the value of attribute current_state
219 220 221 |
# File 'lib/win32/service.rb', line 219 def current_state @current_state end |
#delayed_start ⇒ Object
Returns the value of attribute delayed_start
219 220 221 |
# File 'lib/win32/service.rb', line 219 def delayed_start @delayed_start end |
#dependencies ⇒ Object
Returns the value of attribute dependencies
219 220 221 |
# File 'lib/win32/service.rb', line 219 def dependencies @dependencies end |
#description ⇒ Object
Returns the value of attribute description
219 220 221 |
# File 'lib/win32/service.rb', line 219 def description @description end |
#display_name ⇒ Object
Returns the value of attribute display_name
219 220 221 |
# File 'lib/win32/service.rb', line 219 def display_name @display_name end |
#error_control ⇒ Object
Returns the value of attribute error_control
219 220 221 |
# File 'lib/win32/service.rb', line 219 def error_control @error_control end |
#interactive ⇒ Object
Returns the value of attribute interactive
219 220 221 |
# File 'lib/win32/service.rb', line 219 def interactive @interactive end |
#load_order_group ⇒ Object
Returns the value of attribute load_order_group
219 220 221 |
# File 'lib/win32/service.rb', line 219 def load_order_group @load_order_group end |
#num_actions ⇒ Object
Returns the value of attribute num_actions
219 220 221 |
# File 'lib/win32/service.rb', line 219 def num_actions @num_actions end |
#pid ⇒ Object
Returns the value of attribute pid
219 220 221 |
# File 'lib/win32/service.rb', line 219 def pid @pid end |
#reboot_message ⇒ Object
Returns the value of attribute reboot_message
219 220 221 |
# File 'lib/win32/service.rb', line 219 def @reboot_message end |
#reset_period ⇒ Object
Returns the value of attribute reset_period
219 220 221 |
# File 'lib/win32/service.rb', line 219 def reset_period @reset_period end |
#service_flags ⇒ Object
Returns the value of attribute service_flags
219 220 221 |
# File 'lib/win32/service.rb', line 219 def service_flags @service_flags end |
#service_name ⇒ Object
Returns the value of attribute service_name
219 220 221 |
# File 'lib/win32/service.rb', line 219 def service_name @service_name end |
#service_specific_exit_code ⇒ Object
Returns the value of attribute service_specific_exit_code
219 220 221 |
# File 'lib/win32/service.rb', line 219 def service_specific_exit_code @service_specific_exit_code end |
#service_type ⇒ Object
Returns the value of attribute service_type
219 220 221 |
# File 'lib/win32/service.rb', line 219 def service_type @service_type end |
#start_name ⇒ Object
Returns the value of attribute start_name
219 220 221 |
# File 'lib/win32/service.rb', line 219 def start_name @start_name end |
#start_type ⇒ Object
Returns the value of attribute start_type
219 220 221 |
# File 'lib/win32/service.rb', line 219 def start_type @start_type end |
#tag_id ⇒ Object
Returns the value of attribute tag_id
219 220 221 |
# File 'lib/win32/service.rb', line 219 def tag_id @tag_id end |
#wait_hint ⇒ Object
Returns the value of attribute wait_hint
219 220 221 |
# File 'lib/win32/service.rb', line 219 def wait_hint @wait_hint end |
#win32_exit_code ⇒ Object
Returns the value of attribute win32_exit_code
219 220 221 |
# File 'lib/win32/service.rb', line 219 def win32_exit_code @win32_exit_code end |