Class: Virtuozzo::SOAP::Types::Authm::PackageType

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

Overview

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

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



1160
1161
1162
1163
1164
1165
1166
1167
# File 'lib/virtuozzo/soap/types/authm.rb', line 1160

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.



1157
1158
1159
# File 'lib/virtuozzo/soap/types/authm.rb', line 1157

def arch
  @arch
end

#descriptionObject

Returns the value of attribute description.



1156
1157
1158
# File 'lib/virtuozzo/soap/types/authm.rb', line 1156

def description
  @description
end

#nameObject

Returns the value of attribute name.



1153
1154
1155
# File 'lib/virtuozzo/soap/types/authm.rb', line 1153

def name
  @name
end

#osObject

Returns the value of attribute os.



1155
1156
1157
# File 'lib/virtuozzo/soap/types/authm.rb', line 1155

def os
  @os
end

#summaryObject

Returns the value of attribute summary.



1154
1155
1156
# File 'lib/virtuozzo/soap/types/authm.rb', line 1154

def summary
  @summary
end

#versionObject

Returns the value of attribute version.



1158
1159
1160
# File 'lib/virtuozzo/soap/types/authm.rb', line 1158

def version
  @version
end