Class: ManagedObjectReference

Inherits:
String
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25ManagedObjectReference

xmlattr_type - SOAP::SOAPString

Constant Summary collapse

AttrType =
XSD::QName.new(nil, "type")

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ ManagedObjectReference

Returns a new instance of ManagedObjectReference.



40523
40524
40525
40526
# File 'lib/vmware/soap/vim25.rb', line 40523

def initialize(*arg)
  super
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



40511
40512
40513
# File 'lib/vmware/soap/vim25.rb', line 40511

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_typeObject



40515
40516
40517
# File 'lib/vmware/soap/vim25.rb', line 40515

def xmlattr_type
  __xmlattr[AttrType]
end

#xmlattr_type=(value) ⇒ Object



40519
40520
40521
# File 'lib/vmware/soap/vim25.rb', line 40519

def xmlattr_type=(value)
  __xmlattr[AttrType] = value
end