Class: ServiceManager::ServiceStruct
- Inherits:
-
Struct
- Object
- Struct
- ServiceManager::ServiceStruct
- Defined in:
- lib/mongrel_service/service_manager.rb
Instance Attribute Summary collapse
-
#binary_path_name ⇒ Object
Returns the value of attribute binary_path_name.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#service_name ⇒ Object
Returns the value of attribute service_name.
Instance Attribute Details
#binary_path_name ⇒ Object
Returns the value of attribute binary_path_name
6 7 8 |
# File 'lib/mongrel_service/service_manager.rb', line 6 def binary_path_name @binary_path_name end |
#display_name ⇒ Object
Returns the value of attribute display_name
6 7 8 |
# File 'lib/mongrel_service/service_manager.rb', line 6 def display_name @display_name end |
#service_name ⇒ Object
Returns the value of attribute service_name
6 7 8 |
# File 'lib/mongrel_service/service_manager.rb', line 6 def service_name @service_name end |