Class: DynamicProperty

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

Overview

urn:vim25DynamicProperty

name - SOAP::SOAPString
val - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#nameObject

Returns the value of attribute name.



28982
28983
28984
# File 'lib/vmware/soap/vim25.rb', line 28982

def name
  @name
end

#valObject

Returns the value of attribute val.



28983
28984
28985
# File 'lib/vmware/soap/vim25.rb', line 28983

def val
  @val
end