Class: Virtuozzo::SOAP::Types::Backupm::OsType

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



254
255
256
257
258
259
# File 'lib/virtuozzo/soap/types/backupm.rb', line 254

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.



252
253
254
# File 'lib/virtuozzo/soap/types/backupm.rb', line 252

def kernel
  @kernel
end

#nameObject

Returns the value of attribute name.



250
251
252
# File 'lib/virtuozzo/soap/types/backupm.rb', line 250

def name
  @name
end

#platformObject

Returns the value of attribute platform.



249
250
251
# File 'lib/virtuozzo/soap/types/backupm.rb', line 249

def platform
  @platform
end

#versionObject

Returns the value of attribute version.



251
252
253
# File 'lib/virtuozzo/soap/types/backupm.rb', line 251

def version
  @version
end