Class: LongOption
- Inherits:
-
OptionType
- Object
- DynamicData
- OptionType
- LongOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25LongOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
valueIsReadonly - SOAP::SOAPBoolean
min - SOAP::SOAPLong
max - SOAP::SOAPLong
defaultValue - SOAP::SOAPLong
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) ⇒ LongOption
constructor
A new instance of LongOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], valueIsReadonly = nil, min = nil, max = nil, defaultValue = nil) ⇒ LongOption
Returns a new instance of LongOption.
22354 22355 22356 22357 22358 22359 22360 22361 |
# File 'lib/vmware/soap/vim25.rb', line 22354 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.
22352 22353 22354 |
# File 'lib/vmware/soap/vim25.rb', line 22352 def defaultValue @defaultValue end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
22348 22349 22350 |
# File 'lib/vmware/soap/vim25.rb', line 22348 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22347 22348 22349 |
# File 'lib/vmware/soap/vim25.rb', line 22347 def dynamicType @dynamicType end |
#max ⇒ Object
Returns the value of attribute max.
22351 22352 22353 |
# File 'lib/vmware/soap/vim25.rb', line 22351 def max @max end |
#min ⇒ Object
Returns the value of attribute min.
22350 22351 22352 |
# File 'lib/vmware/soap/vim25.rb', line 22350 def min @min end |
#valueIsReadonly ⇒ Object
Returns the value of attribute valueIsReadonly.
22349 22350 22351 |
# File 'lib/vmware/soap/vim25.rb', line 22349 def valueIsReadonly @valueIsReadonly end |