Class: CreateFolderRequestType
- Inherits:
-
Object
- Object
- CreateFolderRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateFolderRequestType
m__this - ManagedObjectReference
name - SOAP::SOAPString
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(v__this = nil, name = nil) ⇒ CreateFolderRequestType
constructor
A new instance of CreateFolderRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, name = nil) ⇒ CreateFolderRequestType
Returns a new instance of CreateFolderRequestType.
34581 34582 34583 34584 |
# File 'lib/vmware/soap/vim25.rb', line 34581 def initialize(v__this = nil, name = nil) @v__this = v__this @name = name end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
34571 34572 34573 |
# File 'lib/vmware/soap/vim25.rb', line 34571 def name @name end |
Instance Method Details
#m__this ⇒ Object
34573 34574 34575 |
# File 'lib/vmware/soap/vim25.rb', line 34573 def m__this @v__this end |
#m__this=(value) ⇒ Object
34577 34578 34579 |
# File 'lib/vmware/soap/vim25.rb', line 34577 def m__this=(value) @v__this = value end |