Class: SetCustomValueRequestType
- Inherits:
-
Object
- Object
- SetCustomValueRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25setCustomValueRequestType
m__this - ManagedObjectReference
key - SOAP::SOAPString
value - SOAP::SOAPString
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(v__this = nil, key = nil, value = nil) ⇒ SetCustomValueRequestType
constructor
A new instance of SetCustomValueRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, key = nil, value = nil) ⇒ SetCustomValueRequestType
Returns a new instance of SetCustomValueRequestType.
34296 34297 34298 34299 34300 |
# File 'lib/vmware/soap/vim25.rb', line 34296 def initialize(v__this = nil, key = nil, value = nil) @v__this = v__this @key = key @value = value end |
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
34285 34286 34287 |
# File 'lib/vmware/soap/vim25.rb', line 34285 def key @key end |
#value ⇒ Object
Returns the value of attribute value.
34286 34287 34288 |
# File 'lib/vmware/soap/vim25.rb', line 34286 def value @value end |
Instance Method Details
#m__this ⇒ Object
34288 34289 34290 |
# File 'lib/vmware/soap/vim25.rb', line 34288 def m__this @v__this end |
#m__this=(value) ⇒ Object
34292 34293 34294 |
# File 'lib/vmware/soap/vim25.rb', line 34292 def m__this=(value) @v__this = value end |