Class: DynamicProperty
- Inherits:
-
Object
- Object
- DynamicProperty
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DynamicProperty
name - SOAP::SOAPString
val - (any)
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#val ⇒ Object
Returns the value of attribute val.
Instance Method Summary collapse
-
#initialize(name = nil, val = nil) ⇒ DynamicProperty
constructor
A new instance of DynamicProperty.
Constructor Details
#initialize(name = nil, val = nil) ⇒ DynamicProperty
Returns a new instance of DynamicProperty.
28985 28986 28987 28988 |
# File 'lib/vmware/soap/vim25.rb', line 28985 def initialize(name = nil, val = nil) @name = name @val = val end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
28982 28983 28984 |
# File 'lib/vmware/soap/vim25.rb', line 28982 def name @name end |
#val ⇒ Object
Returns the value of attribute val.
28983 28984 28985 |
# File 'lib/vmware/soap/vim25.rb', line 28983 def val @val end |