Class: Virtuozzo::SOAP::Types::Authm::OsType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/authm.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.



57
58
59
60
61
62
# File 'lib/virtuozzo/soap/types/authm.rb', line 57

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.



55
56
57
# File 'lib/virtuozzo/soap/types/authm.rb', line 55

def kernel
  @kernel
end

#nameObject

Returns the value of attribute name.



53
54
55
# File 'lib/virtuozzo/soap/types/authm.rb', line 53

def name
  @name
end

#platformObject

Returns the value of attribute platform.



52
53
54
# File 'lib/virtuozzo/soap/types/authm.rb', line 52

def platform
  @platform
end

#versionObject

Returns the value of attribute version.



54
55
56
# File 'lib/virtuozzo/soap/types/authm.rb', line 54

def version
  @version
end