Class: Virtuozzo::SOAP::Drivers::Process::PackageType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Process::PackageType
- Defined in:
- lib/virtuozzo/soap/drivers/process/types.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typespackageType
name - SOAP::SOAPString
summary - SOAP::SOAPString
os - Virtuozzo::SOAP::Drivers::Process::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.
1778 1779 1780 1781 1782 1783 1784 1785 |
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1778 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.
1775 1776 1777 |
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1775 def arch @arch end |
#description ⇒ Object
Returns the value of attribute description.
1774 1775 1776 |
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1774 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
1771 1772 1773 |
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1771 def name @name end |
#os ⇒ Object
Returns the value of attribute os.
1773 1774 1775 |
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1773 def os @os end |
#summary ⇒ Object
Returns the value of attribute summary.
1772 1773 1774 |
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1772 def summary @summary end |
#version ⇒ Object
Returns the value of attribute version.
1776 1777 1778 |
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1776 def version @version end |