Class: Virtuozzo::SOAP::Types::PerfMon::OsType

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



47
48
49
50
51
52
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 47

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.



45
46
47
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 45

def kernel
  @kernel
end

#nameObject

Returns the value of attribute name.



43
44
45
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 43

def name
  @name
end

#platformObject

Returns the value of attribute platform.



42
43
44
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 42

def platform
  @platform
end

#versionObject

Returns the value of attribute version.



44
45
46
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 44

def version
  @version
end