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

Returns:

  • (Object)

    the current value of actions



219
220
221
# File 'lib/win32/service.rb', line 219

def actions
  @actions
end

#binary_path_nameObject

Returns the value of attribute binary_path_name

Returns:

  • (Object)

    the current value of binary_path_name



219
220
221
# File 'lib/win32/service.rb', line 219

def binary_path_name
  @binary_path_name
end

#check_pointObject

Returns the value of attribute check_point

Returns:

  • (Object)

    the current value of check_point



219
220
221
# File 'lib/win32/service.rb', line 219

def check_point
  @check_point
end

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



219
220
221
# File 'lib/win32/service.rb', line 219

def command
  @command
end

#controls_acceptedObject

Returns the value of attribute controls_accepted

Returns:

  • (Object)

    the current value of controls_accepted



219
220
221
# File 'lib/win32/service.rb', line 219

def controls_accepted
  @controls_accepted
end

#current_stateObject

Returns the value of attribute current_state

Returns:

  • (Object)

    the current value of current_state



219
220
221
# File 'lib/win32/service.rb', line 219

def current_state
  @current_state
end

#delayed_startObject

Returns the value of attribute delayed_start

Returns:

  • (Object)

    the current value of delayed_start



219
220
221
# File 'lib/win32/service.rb', line 219

def delayed_start
  @delayed_start
end

#dependenciesObject

Returns the value of attribute dependencies

Returns:

  • (Object)

    the current value of dependencies



219
220
221
# File 'lib/win32/service.rb', line 219

def dependencies
  @dependencies
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



219
220
221
# File 'lib/win32/service.rb', line 219

def description
  @description
end

#display_nameObject

Returns the value of attribute display_name

Returns:

  • (Object)

    the current value of display_name



219
220
221
# File 'lib/win32/service.rb', line 219

def display_name
  @display_name
end

#error_controlObject

Returns the value of attribute error_control

Returns:

  • (Object)

    the current value of error_control



219
220
221
# File 'lib/win32/service.rb', line 219

def error_control
  @error_control
end

#interactiveObject

Returns the value of attribute interactive

Returns:

  • (Object)

    the current value of interactive



219
220
221
# File 'lib/win32/service.rb', line 219

def interactive
  @interactive
end

#load_order_groupObject

Returns the value of attribute load_order_group

Returns:

  • (Object)

    the current value of load_order_group



219
220
221
# File 'lib/win32/service.rb', line 219

def load_order_group
  @load_order_group
end

#num_actionsObject

Returns the value of attribute num_actions

Returns:

  • (Object)

    the current value of num_actions



219
220
221
# File 'lib/win32/service.rb', line 219

def num_actions
  @num_actions
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



219
220
221
# File 'lib/win32/service.rb', line 219

def pid
  @pid
end

#reboot_messageObject

Returns the value of attribute reboot_message

Returns:

  • (Object)

    the current value of reboot_message



219
220
221
# File 'lib/win32/service.rb', line 219

def reboot_message
  @reboot_message
end

#reset_periodObject

Returns the value of attribute reset_period

Returns:

  • (Object)

    the current value of reset_period



219
220
221
# File 'lib/win32/service.rb', line 219

def reset_period
  @reset_period
end

#service_flagsObject

Returns the value of attribute service_flags

Returns:

  • (Object)

    the current value of service_flags



219
220
221
# File 'lib/win32/service.rb', line 219

def service_flags
  @service_flags
end

#service_nameObject

Returns the value of attribute service_name

Returns:

  • (Object)

    the current value of service_name



219
220
221
# File 'lib/win32/service.rb', line 219

def service_name
  @service_name
end

#service_specific_exit_codeObject

Returns the value of attribute service_specific_exit_code

Returns:

  • (Object)

    the current value of 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_typeObject

Returns the value of attribute service_type

Returns:

  • (Object)

    the current value of service_type



219
220
221
# File 'lib/win32/service.rb', line 219

def service_type
  @service_type
end

#start_nameObject

Returns the value of attribute start_name

Returns:

  • (Object)

    the current value of start_name



219
220
221
# File 'lib/win32/service.rb', line 219

def start_name
  @start_name
end

#start_typeObject

Returns the value of attribute start_type

Returns:

  • (Object)

    the current value of start_type



219
220
221
# File 'lib/win32/service.rb', line 219

def start_type
  @start_type
end

#tag_idObject

Returns the value of attribute tag_id

Returns:

  • (Object)

    the current value of tag_id



219
220
221
# File 'lib/win32/service.rb', line 219

def tag_id
  @tag_id
end

#wait_hintObject

Returns the value of attribute wait_hint

Returns:

  • (Object)

    the current value of wait_hint



219
220
221
# File 'lib/win32/service.rb', line 219

def wait_hint
  @wait_hint
end

#win32_exit_codeObject

Returns the value of attribute win32_exit_code

Returns:

  • (Object)

    the current value of win32_exit_code



219
220
221
# File 'lib/win32/service.rb', line 219

def win32_exit_code
  @win32_exit_code
end