Class: Virtuozzo::SOAP::Types::Processm::Package_vztemplateType
- Inherits:
-
PackageType
- Object
- PackageType
- Virtuozzo::SOAP::Types::Processm::Package_vztemplateType
- Defined in:
- lib/virtuozzo/soap/types/processm.rb
Overview
http://www.swsoft.com/webservices/vza/4.0.0/vzatypespackage_vztemplateType
name - SOAP::SOAPString
summary - SOAP::SOAPString
os - Virtuozzo::SOAP::Types::Processm::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.
1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1815 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.
1807 1808 1809 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1807 def arch @arch end |
#cached ⇒ Object
Returns the value of attribute cached.
1811 1812 1813 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1811 def cached @cached end |
#description ⇒ Object
Returns the value of attribute description.
1806 1807 1808 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1806 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
1803 1804 1805 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1803 def name @name end |
#os ⇒ Object
Returns the value of attribute os.
1805 1806 1807 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1805 def os @os end |
#os_template ⇒ Object
Returns the value of attribute os_template.
1810 1811 1812 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1810 def os_template @os_template end |
#path ⇒ Object
Returns the value of attribute path.
1812 1813 1814 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1812 def path @path end |
#summary ⇒ Object
Returns the value of attribute summary.
1804 1805 1806 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1804 def summary @summary end |
#technology ⇒ Object
Returns the value of attribute technology.
1809 1810 1811 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1809 def technology @technology end |
#uptodate ⇒ Object
Returns the value of attribute uptodate.
1813 1814 1815 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1813 def uptodate @uptodate end |
#version ⇒ Object
Returns the value of attribute version.
1808 1809 1810 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1808 def version @version end |