Class: Virtuozzo::SOAP::Types::PerfMon::PackageType

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

Overview

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

name - SOAP::SOAPString
summary - SOAP::SOAPString
os - Virtuozzo::SOAP::Types::PerfMon::OsType
description - SOAP::SOAPString
arch - SOAP::SOAPString
version - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, summary = nil, os = nil, description = nil, arch = nil, version = nil) ⇒ PackageType

Returns a new instance of PackageType.



1116
1117
1118
1119
1120
1121
1122
1123
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1116

def initialize(name = nil, summary = nil, os = nil, description = nil, arch = nil, version = nil)
  @name = name
  @summary = summary
  @os = os
  @description = description
  @arch = arch
  @version = version
end

Instance Attribute Details

#archObject

Returns the value of attribute arch.



1113
1114
1115
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1113

def arch
  @arch
end

#descriptionObject

Returns the value of attribute description.



1112
1113
1114
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1112

def description
  @description
end

#nameObject

Returns the value of attribute name.



1109
1110
1111
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1109

def name
  @name
end

#osObject

Returns the value of attribute os.



1111
1112
1113
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1111

def os
  @os
end

#summaryObject

Returns the value of attribute summary.



1110
1111
1112
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1110

def summary
  @summary
end

#versionObject

Returns the value of attribute version.



1114
1115
1116
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1114

def version
  @version
end