Class: Virtuozzo::SOAP::Types::Packagem::Package_vztemplateType
- Inherits:
-
PackageType
- Object
- PackageType
- Virtuozzo::SOAP::Types::Packagem::Package_vztemplateType
- Defined in:
- lib/virtuozzo/soap/types/packagem.rb
Overview
http://www.swsoft.com/webservices/vza/4.0.0/vzatypespackage_vztemplateType
name - SOAP::SOAPString
summary - SOAP::SOAPString
os - Virtuozzo::SOAP::Types::Packagem::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.
1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1862 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.
1854 1855 1856 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1854 def arch @arch end |
#cached ⇒ Object
Returns the value of attribute cached.
1858 1859 1860 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1858 def cached @cached end |
#description ⇒ Object
Returns the value of attribute description.
1853 1854 1855 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1853 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
1850 1851 1852 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1850 def name @name end |
#os ⇒ Object
Returns the value of attribute os.
1852 1853 1854 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1852 def os @os end |
#os_template ⇒ Object
Returns the value of attribute os_template.
1857 1858 1859 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1857 def os_template @os_template end |
#path ⇒ Object
Returns the value of attribute path.
1859 1860 1861 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1859 def path @path end |
#summary ⇒ Object
Returns the value of attribute summary.
1851 1852 1853 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1851 def summary @summary end |
#technology ⇒ Object
Returns the value of attribute technology.
1856 1857 1858 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1856 def technology @technology end |
#uptodate ⇒ Object
Returns the value of attribute uptodate.
1860 1861 1862 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1860 def uptodate @uptodate end |
#version ⇒ Object
Returns the value of attribute version.
1855 1856 1857 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1855 def version @version end |