Class: StringOption
- Inherits:
-
OptionType
- Object
- DynamicData
- OptionType
- StringOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25StringOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
valueIsReadonly - SOAP::SOAPBoolean
defaultValue - SOAP::SOAPString
validCharacters - SOAP::SOAPString
Instance Attribute Summary collapse
-
#defaultValue ⇒ Object
Returns the value of attribute defaultValue.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#validCharacters ⇒ Object
Returns the value of attribute validCharacters.
-
#valueIsReadonly ⇒ Object
Returns the value of attribute valueIsReadonly.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], valueIsReadonly = nil, defaultValue = nil, validCharacters = nil) ⇒ StringOption
constructor
A new instance of StringOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], valueIsReadonly = nil, defaultValue = nil, validCharacters = nil) ⇒ StringOption
Returns a new instance of StringOption.
22377 22378 22379 22380 22381 22382 22383 |
# File 'lib/vmware/soap/vim25.rb', line 22377 def initialize(dynamicType = nil, dynamicProperty = [], valueIsReadonly = nil, defaultValue = nil, validCharacters = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @valueIsReadonly = valueIsReadonly @defaultValue = defaultValue @validCharacters = validCharacters end |
Instance Attribute Details
#defaultValue ⇒ Object
Returns the value of attribute defaultValue.
22374 22375 22376 |
# File 'lib/vmware/soap/vim25.rb', line 22374 def defaultValue @defaultValue end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
22372 22373 22374 |
# File 'lib/vmware/soap/vim25.rb', line 22372 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22371 22372 22373 |
# File 'lib/vmware/soap/vim25.rb', line 22371 def dynamicType @dynamicType end |
#validCharacters ⇒ Object
Returns the value of attribute validCharacters.
22375 22376 22377 |
# File 'lib/vmware/soap/vim25.rb', line 22375 def validCharacters @validCharacters end |
#valueIsReadonly ⇒ Object
Returns the value of attribute valueIsReadonly.
22373 22374 22375 |
# File 'lib/vmware/soap/vim25.rb', line 22373 def valueIsReadonly @valueIsReadonly end |