Class: Virtuozzo::SOAP::Types::ResLog::Sample_confType::Vt_version

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



550
551
552
553
554
# File 'lib/virtuozzo/soap/types/res_log.rb', line 550

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.



547
548
549
# File 'lib/virtuozzo/soap/types/res_log.rb', line 547

def architecture
  @architecture
end

#platformObject

Returns the value of attribute platform.



546
547
548
# File 'lib/virtuozzo/soap/types/res_log.rb', line 546

def platform
  @platform
end

#vt_technologyObject

Returns the value of attribute vt_technology.



548
549
550
# File 'lib/virtuozzo/soap/types/res_log.rb', line 548

def vt_technology
  @vt_technology
end