Class: Virtuozzo::SOAP::Types::Servicem::Service_actionType::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.



65
66
67
68
69
# File 'lib/virtuozzo/soap/types/servicem.rb', line 65

def initialize(name = nil, level = [], xinetd = nil)
  @name = name
  @level = level
  @xinetd = xinetd
end

Instance Attribute Details

#levelObject

Returns the value of attribute level.



62
63
64
# File 'lib/virtuozzo/soap/types/servicem.rb', line 62

def level
  @level
end

#nameObject

Returns the value of attribute name.



61
62
63
# File 'lib/virtuozzo/soap/types/servicem.rb', line 61

def name
  @name
end

#xinetdObject

Returns the value of attribute xinetd.



63
64
65
# File 'lib/virtuozzo/soap/types/servicem.rb', line 63

def xinetd
  @xinetd
end