Class: Virtuozzo::SOAP::Types::Alertm::Sample_confType::Vt_version

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



502
503
504
505
506
# File 'lib/virtuozzo/soap/types/alertm.rb', line 502

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.



499
500
501
# File 'lib/virtuozzo/soap/types/alertm.rb', line 499

def architecture
  @architecture
end

#platformObject

Returns the value of attribute platform.



498
499
500
# File 'lib/virtuozzo/soap/types/alertm.rb', line 498

def platform
  @platform
end

#vt_technologyObject

Returns the value of attribute vt_technology.



500
501
502
# File 'lib/virtuozzo/soap/types/alertm.rb', line 500

def vt_technology
  @vt_technology
end