Class: Virtuozzo::SOAP::Types::Processm::Vt_infoType_

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

Overview

http://www.swsoft.com/webservices/vza/4.0.0/vzatypesvt_infoType

sve_eid - (any)
version - SOAP::SOAPString
release - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(sve_eid = nil, version = nil, release = nil) ⇒ Vt_infoType_

Returns a new instance of Vt_infoType_.



1609
1610
1611
1612
1613
1614
# File 'lib/virtuozzo/soap/types/processm.rb', line 1609

def initialize(sve_eid = nil, version = nil, release = nil)
  @__xmlele_any = nil
  @sve_eid = sve_eid
  @version = version
  @release = release
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1600
1601
1602
# File 'lib/virtuozzo/soap/types/processm.rb', line 1600

def __xmlele_any
  @__xmlele_any
end

#releaseObject

Returns the value of attribute release.



1603
1604
1605
# File 'lib/virtuozzo/soap/types/processm.rb', line 1603

def release
  @release
end

#sve_eidObject

Returns the value of attribute sve_eid.



1601
1602
1603
# File 'lib/virtuozzo/soap/types/processm.rb', line 1601

def sve_eid
  @sve_eid
end

#versionObject

Returns the value of attribute version.



1602
1603
1604
# File 'lib/virtuozzo/soap/types/processm.rb', line 1602

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



1605
1606
1607
# File 'lib/virtuozzo/soap/types/processm.rb', line 1605

def set_any(elements)
  @__xmlele_any = elements
end