Class: Virtuozzo::SOAP::Types::Relocator::TemplateType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/relocator.rb

Overview

http://www.swsoft.com/webservices/vza/4.0.0/vzatypestemplateType

name - SOAP::SOAPString
version - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, version = nil) ⇒ TemplateType

Returns a new instance of TemplateType.



2440
2441
2442
2443
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2440

def initialize(name = nil, version = nil)
  @name = name
  @version = version
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



2437
2438
2439
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2437

def name
  @name
end

#versionObject

Returns the value of attribute version.



2438
2439
2440
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2438

def version
  @version
end