Class: HostFileAccess
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostFileAccess
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostFileAccess
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
who - SOAP::SOAPString
what - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#what ⇒ Object
Returns the value of attribute what.
-
#who ⇒ Object
Returns the value of attribute who.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], who = nil, what = nil) ⇒ HostFileAccess
constructor
A new instance of HostFileAccess.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], who = nil, what = nil) ⇒ HostFileAccess
Returns a new instance of HostFileAccess.
18830 18831 18832 18833 18834 18835 |
# File 'lib/vmware/soap/vim25.rb', line 18830 def initialize(dynamicType = nil, dynamicProperty = [], who = nil, what = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @who = who @what = what end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
18826 18827 18828 |
# File 'lib/vmware/soap/vim25.rb', line 18826 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
18825 18826 18827 |
# File 'lib/vmware/soap/vim25.rb', line 18825 def dynamicType @dynamicType end |
#what ⇒ Object
Returns the value of attribute what.
18828 18829 18830 |
# File 'lib/vmware/soap/vim25.rb', line 18828 def what @what end |
#who ⇒ Object
Returns the value of attribute who.
18827 18828 18829 |
# File 'lib/vmware/soap/vim25.rb', line 18827 def who @who end |