Class: Virtuozzo::SOAP::Types::Licensem::PackageType

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

Overview

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

name - SOAP::SOAPString
summary - SOAP::SOAPString
os - Virtuozzo::SOAP::Types::Licensem::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.



1121
1122
1123
1124
1125
1126
1127
1128
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1121

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.



1118
1119
1120
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1118

def arch
  @arch
end

#descriptionObject

Returns the value of attribute description.



1117
1118
1119
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1117

def description
  @description
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#osObject

Returns the value of attribute os.



1116
1117
1118
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1116

def os
  @os
end

#summaryObject

Returns the value of attribute summary.



1115
1116
1117
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1115

def summary
  @summary
end

#versionObject

Returns the value of attribute version.



1119
1120
1121
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1119

def version
  @version
end