Class: Virtuozzo::SOAP::Drivers::Template::PackageType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Template::PackageType
- Defined in:
- lib/virtuozzo/soap/drivers/template/types.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typespackageType
name - SOAP::SOAPString
summary - SOAP::SOAPString
os - Virtuozzo::SOAP::Drivers::Template::OsType
description - SOAP::SOAPString
arch - SOAP::SOAPString
version - SOAP::SOAPString
Direct Known Subclasses
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.
1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 1820 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.
1817 1818 1819 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 1817 def arch @arch end |
#description ⇒ Object
Returns the value of attribute description.
1816 1817 1818 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 1816 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
1813 1814 1815 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 1813 def name @name end |
#os ⇒ Object
Returns the value of attribute os.
1815 1816 1817 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 1815 def os @os end |
#summary ⇒ Object
Returns the value of attribute summary.
1814 1815 1816 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 1814 def summary @summary end |
#version ⇒ Object
Returns the value of attribute version.
1818 1819 1820 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 1818 def version @version end |