Class: Virtuozzo::SOAP::Types::Envm::Vt_infoType_

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



1255
1256
1257
1258
1259
1260
# File 'lib/virtuozzo/soap/types/envm.rb', line 1255

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.



1246
1247
1248
# File 'lib/virtuozzo/soap/types/envm.rb', line 1246

def __xmlele_any
  @__xmlele_any
end

#releaseObject

Returns the value of attribute release.



1249
1250
1251
# File 'lib/virtuozzo/soap/types/envm.rb', line 1249

def release
  @release
end

#sve_eidObject

Returns the value of attribute sve_eid.



1247
1248
1249
# File 'lib/virtuozzo/soap/types/envm.rb', line 1247

def sve_eid
  @sve_eid
end

#versionObject

Returns the value of attribute version.



1248
1249
1250
# File 'lib/virtuozzo/soap/types/envm.rb', line 1248

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



1251
1252
1253
# File 'lib/virtuozzo/soap/types/envm.rb', line 1251

def set_any(elements)
  @__xmlele_any = elements
end