Class: Virtuozzo::SOAP::Types::Servicem::Service_actionType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Servicem::Service_actionType
- Defined in:
- lib/virtuozzo/soap/types/servicem.rb
Overview
Direct Known Subclasses
Defined Under Namespace
Classes: Service
Instance Attribute Summary collapse
-
#service ⇒ Object
Returns the value of attribute service.
Instance Method Summary collapse
-
#initialize(service = nil) ⇒ Service_actionType
constructor
A new instance of Service_actionType.
Constructor Details
#initialize(service = nil) ⇒ Service_actionType
Returns a new instance of Service_actionType.
74 75 76 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 74 def initialize(service = nil) @service = service end |
Instance Attribute Details
#service ⇒ Object
Returns the value of attribute service.
72 73 74 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 72 def service @service end |