Class: FloatOption

Inherits:
OptionType show all
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

Instance Method Summary collapse

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

#defaultValueObject

Returns the value of attribute defaultValue.



22302
22303
22304
# File 'lib/vmware/soap/vim25.rb', line 22302

def defaultValue
  @defaultValue
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



22298
22299
22300
# File 'lib/vmware/soap/vim25.rb', line 22298

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



22297
22298
22299
# File 'lib/vmware/soap/vim25.rb', line 22297

def dynamicType
  @dynamicType
end

#maxObject

Returns the value of attribute max.



22301
22302
22303
# File 'lib/vmware/soap/vim25.rb', line 22301

def max
  @max
end

#minObject

Returns the value of attribute min.



22300
22301
22302
# File 'lib/vmware/soap/vim25.rb', line 22300

def min
  @min
end

#valueIsReadonlyObject

Returns the value of attribute valueIsReadonly.



22299
22300
22301
# File 'lib/vmware/soap/vim25.rb', line 22299

def valueIsReadonly
  @valueIsReadonly
end