Class: Virtuozzo::SOAP::Types::Backupm::PackageType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Backupm::PackageType
- Defined in:
- lib/virtuozzo/soap/types/backupm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typespackageType
name - SOAP::SOAPString
summary - SOAP::SOAPString
os - Virtuozzo::SOAP::Types::Backupm::OsType
description - SOAP::SOAPString
arch - SOAP::SOAPString
version - SOAP::SOAPString
Instance Attribute Summary collapse
-
#arch ⇒ Object
Returns the value of attribute arch.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#os ⇒ Object
Returns the value of attribute os.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(name = nil, summary = nil, os = nil, description = nil, arch = nil, version = nil) ⇒ PackageType
constructor
A new instance of PackageType.
Constructor Details
#initialize(name = nil, summary = nil, os = nil, description = nil, arch = nil, version = nil) ⇒ PackageType
Returns a new instance of PackageType.
1321 1322 1323 1324 1325 1326 1327 1328 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1321 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
#arch ⇒ Object
Returns the value of attribute arch.
1318 1319 1320 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1318 def arch @arch end |
#description ⇒ Object
Returns the value of attribute description.
1317 1318 1319 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1317 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
1314 1315 1316 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1314 def name @name end |
#os ⇒ Object
Returns the value of attribute os.
1316 1317 1318 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1316 def os @os end |
#summary ⇒ Object
Returns the value of attribute summary.
1315 1316 1317 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1315 def summary @summary end |
#version ⇒ Object
Returns the value of attribute version.
1319 1320 1321 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1319 def version @version end |