Class: IntOption
- Inherits:
-
OptionType
- Object
- DynamicData
- OptionType
- IntOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25IntOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
valueIsReadonly - SOAP::SOAPBoolean
min - SOAP::SOAPInt
max - SOAP::SOAPInt
defaultValue - SOAP::SOAPInt
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.
-
#max ⇒ Object
Returns the value of attribute max.
-
#min ⇒ Object
Returns the value of attribute min.
-
#valueIsReadonly ⇒ Object
Returns the value of attribute valueIsReadonly.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], valueIsReadonly = nil, min = nil, max = nil, defaultValue = nil) ⇒ IntOption
constructor
A new instance of IntOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], valueIsReadonly = nil, min = nil, max = nil, defaultValue = nil) ⇒ IntOption
Returns a new instance of IntOption.
22329 22330 22331 22332 22333 22334 22335 22336 |
# File 'lib/vmware/soap/vim25.rb', line 22329 def initialize(dynamicType = nil, dynamicProperty = [], valueIsReadonly = nil, min = nil, max = nil, defaultValue = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @valueIsReadonly = valueIsReadonly @min = min @max = max @defaultValue = defaultValue end |
Instance Attribute Details
#defaultValue ⇒ Object
Returns the value of attribute defaultValue.
22327 22328 22329 |
# File 'lib/vmware/soap/vim25.rb', line 22327 def defaultValue @defaultValue end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
22323 22324 22325 |
# File 'lib/vmware/soap/vim25.rb', line 22323 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22322 22323 22324 |
# File 'lib/vmware/soap/vim25.rb', line 22322 def dynamicType @dynamicType end |
#max ⇒ Object
Returns the value of attribute max.
22326 22327 22328 |
# File 'lib/vmware/soap/vim25.rb', line 22326 def max @max end |
#min ⇒ Object
Returns the value of attribute min.
22325 22326 22327 |
# File 'lib/vmware/soap/vim25.rb', line 22325 def min @min end |
#valueIsReadonly ⇒ Object
Returns the value of attribute valueIsReadonly.
22324 22325 22326 |
# File 'lib/vmware/soap/vim25.rb', line 22324 def valueIsReadonly @valueIsReadonly end |