Class: Virtuozzo::SOAP::Types::Up2date::Sample_confType::Vt_version

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

Overview

inner class for member: vt_version http://www.swsoft.com/webservices/vzl/4.0.0/typesvt_version

platform - SOAP::SOAPString
architecture - SOAP::SOAPString
vt_technology - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(platform = nil, architecture = nil, vt_technology = nil) ⇒ Vt_version

Returns a new instance of Vt_version.



1326
1327
1328
1329
1330
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1326

def initialize(platform = nil, architecture = nil, vt_technology = nil)
  @platform = platform
  @architecture = architecture
  @vt_technology = vt_technology
end

Instance Attribute Details

#architectureObject

Returns the value of attribute architecture.



1323
1324
1325
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1323

def architecture
  @architecture
end

#platformObject

Returns the value of attribute platform.



1322
1323
1324
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1322

def platform
  @platform
end

#vt_technologyObject

Returns the value of attribute vt_technology.



1324
1325
1326
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1324

def vt_technology
  @vt_technology
end