Class: Virtuozzo::SOAP::Types::Servicem::Stop
- Inherits:
-
Service_actionType
- Object
- Service_actionType
- Virtuozzo::SOAP::Types::Servicem::Stop
- Defined in:
- lib/virtuozzo/soap/types/servicem.rb
Overview
Defined Under Namespace
Classes: Service
Instance Attribute Summary collapse
-
#force ⇒ Object
Returns the value of attribute force.
-
#service ⇒ Object
Returns the value of attribute service.
Instance Method Summary collapse
-
#initialize(service = nil, force = nil) ⇒ Stop
constructor
A new instance of Stop.
Constructor Details
#initialize(service = nil, force = nil) ⇒ Stop
Returns a new instance of Stop.
2090 2091 2092 2093 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 2090 def initialize(service = nil, force = nil) @service = service @force = force end |
Instance Attribute Details
#force ⇒ Object
Returns the value of attribute force.
2088 2089 2090 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 2088 def force @force end |
#service ⇒ Object
Returns the value of attribute service.
2087 2088 2089 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 2087 def service @service end |