Class: Virtuozzo::SOAP::Drivers::Device::TemplateType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/drivers/device/types.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.



2472
2473
2474
2475
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 2472

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

Instance Attribute Details

#nameObject

Returns the value of attribute name.



2469
2470
2471
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 2469

def name
  @name
end

#versionObject

Returns the value of attribute version.



2470
2471
2472
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 2470

def version
  @version
end