Class: FileQueryFlags
- Inherits:
-
DynamicData
- Object
- DynamicData
- FileQueryFlags
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25FileQueryFlags
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
fileType - SOAP::SOAPBoolean
fileSize - SOAP::SOAPBoolean
modification - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fileSize ⇒ Object
Returns the value of attribute fileSize.
-
#fileType ⇒ Object
Returns the value of attribute fileType.
-
#modification ⇒ Object
Returns the value of attribute modification.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], fileType = nil, fileSize = nil, modification = nil) ⇒ FileQueryFlags
constructor
A new instance of FileQueryFlags.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], fileType = nil, fileSize = nil, modification = nil) ⇒ FileQueryFlags
Returns a new instance of FileQueryFlags.
17485 17486 17487 17488 17489 17490 17491 |
# File 'lib/vmware/soap/vim25.rb', line 17485 def initialize(dynamicType = nil, dynamicProperty = [], fileType = nil, fileSize = nil, modification = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @fileType = fileType @fileSize = fileSize @modification = modification end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
17480 17481 17482 |
# File 'lib/vmware/soap/vim25.rb', line 17480 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
17479 17480 17481 |
# File 'lib/vmware/soap/vim25.rb', line 17479 def dynamicType @dynamicType end |
#fileSize ⇒ Object
Returns the value of attribute fileSize.
17482 17483 17484 |
# File 'lib/vmware/soap/vim25.rb', line 17482 def fileSize @fileSize end |
#fileType ⇒ Object
Returns the value of attribute fileType.
17481 17482 17483 |
# File 'lib/vmware/soap/vim25.rb', line 17481 def fileType @fileType end |
#modification ⇒ Object
Returns the value of attribute modification.
17483 17484 17485 |
# File 'lib/vmware/soap/vim25.rb', line 17483 def modification @modification end |