Class: Win32::Service::ServiceStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/win32/service.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionsObject

Returns the value of attribute actions



221
222
223
# File 'lib/win32/service.rb', line 221

def actions
  @actions
end

#binary_path_nameObject

Returns the value of attribute binary_path_name



221
222
223
# File 'lib/win32/service.rb', line 221

def binary_path_name
  @binary_path_name
end

#check_pointObject

Returns the value of attribute check_point



221
222
223
# File 'lib/win32/service.rb', line 221

def check_point
  @check_point
end

#commandObject

Returns the value of attribute command



221
222
223
# File 'lib/win32/service.rb', line 221

def command
  @command
end

#controls_acceptedObject

Returns the value of attribute controls_accepted



221
222
223
# File 'lib/win32/service.rb', line 221

def controls_accepted
  @controls_accepted
end

#current_stateObject

Returns the value of attribute current_state



221
222
223
# File 'lib/win32/service.rb', line 221

def current_state
  @current_state
end

#delayed_startObject

Returns the value of attribute delayed_start



221
222
223
# File 'lib/win32/service.rb', line 221

def delayed_start
  @delayed_start
end

#dependenciesObject

Returns the value of attribute dependencies



221
222
223
# File 'lib/win32/service.rb', line 221

def dependencies
  @dependencies
end

#descriptionObject

Returns the value of attribute description



221
222
223
# File 'lib/win32/service.rb', line 221

def description
  @description
end

#display_nameObject

Returns the value of attribute display_name



221
222
223
# File 'lib/win32/service.rb', line 221

def display_name
  @display_name
end

#error_controlObject

Returns the value of attribute error_control



221
222
223
# File 'lib/win32/service.rb', line 221

def error_control
  @error_control
end

#interactiveObject

Returns the value of attribute interactive



221
222
223
# File 'lib/win32/service.rb', line 221

def interactive
  @interactive
end

#load_order_groupObject

Returns the value of attribute load_order_group



221
222
223
# File 'lib/win32/service.rb', line 221

def load_order_group
  @load_order_group
end

#num_actionsObject

Returns the value of attribute num_actions



221
222
223
# File 'lib/win32/service.rb', line 221

def num_actions
  @num_actions
end

#pidObject

Returns the value of attribute pid



221
222
223
# File 'lib/win32/service.rb', line 221

def pid
  @pid
end

#reboot_messageObject

Returns the value of attribute reboot_message



221
222
223
# File 'lib/win32/service.rb', line 221

def reboot_message
  @reboot_message
end

#reset_periodObject

Returns the value of attribute reset_period



221
222
223
# File 'lib/win32/service.rb', line 221

def reset_period
  @reset_period
end

#service_flagsObject

Returns the value of attribute service_flags



221
222
223
# File 'lib/win32/service.rb', line 221

def service_flags
  @service_flags
end

#service_nameObject

Returns the value of attribute service_name



221
222
223
# File 'lib/win32/service.rb', line 221

def service_name
  @service_name
end

#service_specific_exit_codeObject

Returns the value of attribute service_specific_exit_code



221
222
223
# File 'lib/win32/service.rb', line 221

def service_specific_exit_code
  @service_specific_exit_code
end

#service_typeObject

Returns the value of attribute service_type



221
222
223
# File 'lib/win32/service.rb', line 221

def service_type
  @service_type
end

#start_nameObject

Returns the value of attribute start_name



221
222
223
# File 'lib/win32/service.rb', line 221

def start_name
  @start_name
end

#start_typeObject

Returns the value of attribute start_type



221
222
223
# File 'lib/win32/service.rb', line 221

def start_type
  @start_type
end

#tag_idObject

Returns the value of attribute tag_id



221
222
223
# File 'lib/win32/service.rb', line 221

def tag_id
  @tag_id
end

#wait_hintObject

Returns the value of attribute wait_hint



221
222
223
# File 'lib/win32/service.rb', line 221

def wait_hint
  @wait_hint
end

#win32_exit_codeObject

Returns the value of attribute win32_exit_code



221
222
223
# File 'lib/win32/service.rb', line 221

def win32_exit_code
  @win32_exit_code
end