Class: Virtuozzo::SOAP::Types::Servicem::Stop::Service

Inherits:
Virtuozzo::SOAP::Types::Servicem::ServiceType show all
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

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

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

#levelObject

Returns the value of attribute level.



2077
2078
2079
# File 'lib/virtuozzo/soap/types/servicem.rb', line 2077

def level
  @level
end

#nameObject

Returns the value of attribute name.



2076
2077
2078
# File 'lib/virtuozzo/soap/types/servicem.rb', line 2076

def name
  @name
end

#xinetdObject

Returns the value of attribute xinetd.



2078
2079
2080
# File 'lib/virtuozzo/soap/types/servicem.rb', line 2078

def xinetd
  @xinetd
end