Class: Virtuozzo::SOAP::Types::Servicem::Stop::Service
- Inherits:
-
Virtuozzo::SOAP::Types::Servicem::ServiceType
- Object
- Virtuozzo::SOAP::Types::Servicem::ServiceType
- Virtuozzo::SOAP::Types::Servicem::Stop::Service
- Defined in:
- lib/virtuozzo/soap/types/servicem.rb
Overview
inner class for member: service http://www.swsoft.com/webservices/vzl/4.0.0/servicemservice
name - SOAP::SOAPString
level - SOAP::SOAPByte
xinetd - (any)
Instance Attribute Summary collapse
-
#level ⇒ Object
Returns the value of attribute level.
-
#name ⇒ Object
Returns the value of attribute name.
-
#xinetd ⇒ Object
Returns the value of attribute xinetd.
Attributes inherited from Virtuozzo::SOAP::Types::Servicem::ServiceType
#depended_on, #dependent, #description, #display_name, #logon_as, #readonly, #startup_type, #state, #status
Instance Method Summary collapse
-
#initialize(name = nil, level = [], xinetd = nil) ⇒ Service
constructor
A new instance of Service.
Constructor Details
#initialize(name = nil, level = [], xinetd = nil) ⇒ Service
Returns a new instance of Service.
2080 2081 2082 2083 2084 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 2080 def initialize(name = nil, level = [], xinetd = nil) @name = name @level = level @xinetd = xinetd end |
Instance Attribute Details
#level ⇒ Object
Returns the value of attribute level.
2077 2078 2079 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 2077 def level @level end |
#name ⇒ Object
Returns the value of attribute name.
2076 2077 2078 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 2076 def name @name end |
#xinetd ⇒ Object
Returns the value of attribute xinetd.
2078 2079 2080 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 2078 def xinetd @xinetd end |