Class: Virtuozzo::SOAP::Types::Alertm::OsType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/alertm.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typesosType

platform - SOAP::SOAPString
name - SOAP::SOAPString
version - SOAP::SOAPString
kernel - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(platform = nil, name = nil, version = nil, kernel = nil) ⇒ OsType

Returns a new instance of OsType.



19
20
21
22
23
24
# File 'lib/virtuozzo/soap/types/alertm.rb', line 19

def initialize(platform = nil, name = nil, version = nil, kernel = nil)
  @platform = platform
  @name = name
  @version = version
  @kernel = kernel
end

Instance Attribute Details

#kernelObject

Returns the value of attribute kernel.



17
18
19
# File 'lib/virtuozzo/soap/types/alertm.rb', line 17

def kernel
  @kernel
end

#nameObject

Returns the value of attribute name.



15
16
17
# File 'lib/virtuozzo/soap/types/alertm.rb', line 15

def name
  @name
end

#platformObject

Returns the value of attribute platform.



14
15
16
# File 'lib/virtuozzo/soap/types/alertm.rb', line 14

def platform
  @platform
end

#versionObject

Returns the value of attribute version.



16
17
18
# File 'lib/virtuozzo/soap/types/alertm.rb', line 16

def version
  @version
end