Class: Virtuozzo::SOAP::Types::Support::Vt_infoType_

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



1617
1618
1619
1620
1621
1622
# File 'lib/virtuozzo/soap/types/support.rb', line 1617

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.



1608
1609
1610
# File 'lib/virtuozzo/soap/types/support.rb', line 1608

def __xmlele_any
  @__xmlele_any
end

#releaseObject

Returns the value of attribute release.



1611
1612
1613
# File 'lib/virtuozzo/soap/types/support.rb', line 1611

def release
  @release
end

#sve_eidObject

Returns the value of attribute sve_eid.



1609
1610
1611
# File 'lib/virtuozzo/soap/types/support.rb', line 1609

def sve_eid
  @sve_eid
end

#versionObject

Returns the value of attribute version.



1610
1611
1612
# File 'lib/virtuozzo/soap/types/support.rb', line 1610

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



1613
1614
1615
# File 'lib/virtuozzo/soap/types/support.rb', line 1613

def set_any(elements)
  @__xmlele_any = elements
end