Class: ManagedObjectReference
- Inherits:
-
String
- Object
- String
- ManagedObjectReference
- 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
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ ManagedObjectReference
constructor
A new instance of ManagedObjectReference.
- #xmlattr_type ⇒ Object
- #xmlattr_type=(value) ⇒ Object
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
#__xmlattr ⇒ Object
40511 40512 40513 |
# File 'lib/vmware/soap/vim25.rb', line 40511 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_type ⇒ Object
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 |