Class: Virtuozzo::SOAP::Types::Relocator::Vt_infoType_

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



1657
1658
1659
1660
1661
1662
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1657

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.



1648
1649
1650
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1648

def __xmlele_any
  @__xmlele_any
end

#releaseObject

Returns the value of attribute release.



1651
1652
1653
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1651

def release
  @release
end

#sve_eidObject

Returns the value of attribute sve_eid.



1649
1650
1651
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1649

def sve_eid
  @sve_eid
end

#versionObject

Returns the value of attribute version.



1650
1651
1652
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1650

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



1653
1654
1655
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1653

def set_any(elements)
  @__xmlele_any = elements
end