Class: FloatOption
- Inherits:
-
OptionType
- Object
- DynamicData
- OptionType
- FloatOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25FloatOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
valueIsReadonly - SOAP::SOAPBoolean
min - SOAP::SOAPFloat
max - SOAP::SOAPFloat
defaultValue - SOAP::SOAPFloat
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) ⇒ FloatOption
constructor
A new instance of FloatOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], valueIsReadonly = nil, min = nil, max = nil, defaultValue = nil) ⇒ FloatOption
Returns a new instance of FloatOption.
22304 22305 22306 22307 22308 22309 22310 22311 |
# File 'lib/vmware/soap/vim25.rb', line 22304 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.
22302 22303 22304 |
# File 'lib/vmware/soap/vim25.rb', line 22302 def defaultValue @defaultValue end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
22298 22299 22300 |
# File 'lib/vmware/soap/vim25.rb', line 22298 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22297 22298 22299 |
# File 'lib/vmware/soap/vim25.rb', line 22297 def dynamicType @dynamicType end |
#max ⇒ Object
Returns the value of attribute max.
22301 22302 22303 |
# File 'lib/vmware/soap/vim25.rb', line 22301 def max @max end |
#min ⇒ Object
Returns the value of attribute min.
22300 22301 22302 |
# File 'lib/vmware/soap/vim25.rb', line 22300 def min @min end |
#valueIsReadonly ⇒ Object
Returns the value of attribute valueIsReadonly.
22299 22300 22301 |
# File 'lib/vmware/soap/vim25.rb', line 22299 def valueIsReadonly @valueIsReadonly end |