Class: Virtuozzo::SOAP::Drivers::Process::TemplateType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Process::TemplateType
- Defined in:
- lib/virtuozzo/soap/drivers/process/types.rb
Overview
http://www.swsoft.com/webservices/vza/4.0.0/vzatypestemplateType
name - SOAP::SOAPString
version - SOAP::SOAPString
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(name = nil, version = nil) ⇒ TemplateType
constructor
A new instance of TemplateType.
Constructor Details
#initialize(name = nil, version = nil) ⇒ TemplateType
Returns a new instance of TemplateType.
2388 2389 2390 2391 |
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 2388 def initialize(name = nil, version = nil) @name = name @version = version end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
2385 2386 2387 |
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 2385 def name @name end |
#version ⇒ Object
Returns the value of attribute version.
2386 2387 2388 |
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 2386 def version @version end |