Class: Win32::Service::ConfigStruct

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

Instance Attribute Summary collapse

Instance Attribute Details

#binary_path_nameObject

Returns the value of attribute binary_path_name

Returns:

  • (Object)

    the current value of binary_path_name



206
207
208
# File 'lib/win32/service.rb', line 206

def binary_path_name
  @binary_path_name
end

#dependenciesObject

Returns the value of attribute dependencies

Returns:

  • (Object)

    the current value of dependencies



206
207
208
# File 'lib/win32/service.rb', line 206

def dependencies
  @dependencies
end

#display_nameObject

Returns the value of attribute display_name

Returns:

  • (Object)

    the current value of display_name



206
207
208
# File 'lib/win32/service.rb', line 206

def display_name
  @display_name
end

#error_controlObject

Returns the value of attribute error_control

Returns:

  • (Object)

    the current value of error_control



206
207
208
# File 'lib/win32/service.rb', line 206

def error_control
  @error_control
end

#load_order_groupObject

Returns the value of attribute load_order_group

Returns:

  • (Object)

    the current value of load_order_group



206
207
208
# File 'lib/win32/service.rb', line 206

def load_order_group
  @load_order_group
end

#service_start_nameObject

Returns the value of attribute service_start_name

Returns:

  • (Object)

    the current value of service_start_name



206
207
208
# File 'lib/win32/service.rb', line 206

def service_start_name
  @service_start_name
end

#service_typeObject

Returns the value of attribute service_type

Returns:

  • (Object)

    the current value of service_type



206
207
208
# File 'lib/win32/service.rb', line 206

def service_type
  @service_type
end

#start_typeObject

Returns the value of attribute start_type

Returns:

  • (Object)

    the current value of start_type



206
207
208
# File 'lib/win32/service.rb', line 206

def start_type
  @start_type
end

#tag_idObject

Returns the value of attribute tag_id

Returns:

  • (Object)

    the current value of tag_id



206
207
208
# File 'lib/win32/service.rb', line 206

def tag_id
  @tag_id
end