Class: SetFieldRequestType
- Inherits:
-
Object
- Object
- SetFieldRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SetFieldRequestType
m__this - ManagedObjectReference
entity - ManagedObjectReference
key - SOAP::SOAPInt
value - SOAP::SOAPString
Instance Attribute Summary collapse
-
#entity ⇒ Object
Returns the value of attribute entity.
-
#key ⇒ Object
Returns the value of attribute key.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(v__this = nil, entity = nil, key = nil, value = nil) ⇒ SetFieldRequestType
constructor
A new instance of SetFieldRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, entity = nil, key = nil, value = nil) ⇒ SetFieldRequestType
Returns a new instance of SetFieldRequestType.
33811 33812 33813 33814 33815 33816 |
# File 'lib/vmware/soap/vim25.rb', line 33811 def initialize(v__this = nil, entity = nil, key = nil, value = nil) @v__this = v__this @entity = entity @key = key @value = value end |
Instance Attribute Details
#entity ⇒ Object
Returns the value of attribute entity.
33799 33800 33801 |
# File 'lib/vmware/soap/vim25.rb', line 33799 def entity @entity end |
#key ⇒ Object
Returns the value of attribute key.
33800 33801 33802 |
# File 'lib/vmware/soap/vim25.rb', line 33800 def key @key end |
#value ⇒ Object
Returns the value of attribute value.
33801 33802 33803 |
# File 'lib/vmware/soap/vim25.rb', line 33801 def value @value end |
Instance Method Details
#m__this ⇒ Object
33803 33804 33805 |
# File 'lib/vmware/soap/vim25.rb', line 33803 def m__this @v__this end |
#m__this=(value) ⇒ Object
33807 33808 33809 |
# File 'lib/vmware/soap/vim25.rb', line 33807 def m__this=(value) @v__this = value end |