Class: ServiceManager::ServiceStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/thin_service/service_manager.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



6
7
8
# File 'lib/thin_service/service_manager.rb', line 6

def binary_path_name
  @binary_path_name
end

#display_nameObject

Returns the value of attribute display_name

Returns:

  • (Object)

    the current value of display_name



6
7
8
# File 'lib/thin_service/service_manager.rb', line 6

def display_name
  @display_name
end

#service_nameObject

Returns the value of attribute service_name

Returns:

  • (Object)

    the current value of service_name



6
7
8
# File 'lib/thin_service/service_manager.rb', line 6

def service_name
  @service_name
end