Class: Virtuozzo::SOAP::Types::Envm::Package_vztemplateType
- Inherits:
-
PackageType
- Object
- PackageType
- Virtuozzo::SOAP::Types::Envm::Package_vztemplateType
- Defined in:
- lib/virtuozzo/soap/types/envm.rb
Overview
http://www.swsoft.com/webservices/vza/4.0.0/vzatypespackage_vztemplateType
name - SOAP::SOAPString
summary - SOAP::SOAPString
os - Virtuozzo::SOAP::Types::Envm::OsType
description - SOAP::SOAPString
arch - SOAP::SOAPString
version - SOAP::SOAPString
technology - SOAP::SOAPString
os_template - SOAP::SOAPBoolean
cached - SOAP::SOAPBoolean
path - SOAP::SOAPBase64
uptodate - SOAP::SOAPBoolean
Direct Known Subclasses
Instance Attribute Summary collapse
-
#arch ⇒ Object
Returns the value of attribute arch.
-
#cached ⇒ Object
Returns the value of attribute cached.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#os ⇒ Object
Returns the value of attribute os.
-
#os_template ⇒ Object
Returns the value of attribute os_template.
-
#path ⇒ Object
Returns the value of attribute path.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#technology ⇒ Object
Returns the value of attribute technology.
-
#uptodate ⇒ Object
Returns the value of attribute uptodate.
-
#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, technology = [], os_template = nil, cached = nil, path = nil, uptodate = nil) ⇒ Package_vztemplateType
constructor
A new instance of Package_vztemplateType.
Constructor Details
#initialize(name = nil, summary = nil, os = nil, description = nil, arch = nil, version = nil, technology = [], os_template = nil, cached = nil, path = nil, uptodate = nil) ⇒ Package_vztemplateType
Returns a new instance of Package_vztemplateType.
1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1460 def initialize(name = nil, summary = nil, os = nil, description = nil, arch = nil, version = nil, technology = [], os_template = nil, cached = nil, path = nil, uptodate = nil) @name = name @summary = summary @os = os @description = description @arch = arch @version = version @technology = technology @os_template = os_template @cached = cached @path = path @uptodate = uptodate end |
Instance Attribute Details
#arch ⇒ Object
Returns the value of attribute arch.
1452 1453 1454 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1452 def arch @arch end |
#cached ⇒ Object
Returns the value of attribute cached.
1456 1457 1458 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1456 def cached @cached end |
#description ⇒ Object
Returns the value of attribute description.
1451 1452 1453 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1451 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
1448 1449 1450 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1448 def name @name end |
#os ⇒ Object
Returns the value of attribute os.
1450 1451 1452 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1450 def os @os end |
#os_template ⇒ Object
Returns the value of attribute os_template.
1455 1456 1457 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1455 def os_template @os_template end |
#path ⇒ Object
Returns the value of attribute path.
1457 1458 1459 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1457 def path @path end |
#summary ⇒ Object
Returns the value of attribute summary.
1449 1450 1451 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1449 def summary @summary end |
#technology ⇒ Object
Returns the value of attribute technology.
1454 1455 1456 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1454 def technology @technology end |
#uptodate ⇒ Object
Returns the value of attribute uptodate.
1458 1459 1460 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1458 def uptodate @uptodate end |
#version ⇒ Object
Returns the value of attribute version.
1453 1454 1455 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1453 def version @version end |