Class: Virtuozzo::SOAP::Types::Relocator::OsType

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



501
502
503
504
505
506
# File 'lib/virtuozzo/soap/types/relocator.rb', line 501

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.



499
500
501
# File 'lib/virtuozzo/soap/types/relocator.rb', line 499

def kernel
  @kernel
end

#nameObject

Returns the value of attribute name.



497
498
499
# File 'lib/virtuozzo/soap/types/relocator.rb', line 497

def name
  @name
end

#platformObject

Returns the value of attribute platform.



496
497
498
# File 'lib/virtuozzo/soap/types/relocator.rb', line 496

def platform
  @platform
end

#versionObject

Returns the value of attribute version.



498
499
500
# File 'lib/virtuozzo/soap/types/relocator.rb', line 498

def version
  @version
end