Class: Virtuozzo::SOAP::Types::Filer::Sample_confType::Vt_version

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



611
612
613
614
615
# File 'lib/virtuozzo/soap/types/filer.rb', line 611

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.



608
609
610
# File 'lib/virtuozzo/soap/types/filer.rb', line 608

def architecture
  @architecture
end

#platformObject

Returns the value of attribute platform.



607
608
609
# File 'lib/virtuozzo/soap/types/filer.rb', line 607

def platform
  @platform
end

#vt_technologyObject

Returns the value of attribute vt_technology.



609
610
611
# File 'lib/virtuozzo/soap/types/filer.rb', line 609

def vt_technology
  @vt_technology
end