Class: SharesInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- SharesInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SharesInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
shares - SOAP::SOAPInt
level - SharesLevel
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#level ⇒ Object
Returns the value of attribute level.
-
#shares ⇒ Object
Returns the value of attribute shares.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], shares = nil, level = nil) ⇒ SharesInfo
constructor
A new instance of SharesInfo.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], shares = nil, level = nil) ⇒ SharesInfo
Returns a new instance of SharesInfo.
2316 2317 2318 2319 2320 2321 |
# File 'lib/vmware/soap/vim25.rb', line 2316 def initialize(dynamicType = nil, dynamicProperty = [], shares = nil, level = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @shares = shares @level = level end |
Instance Attribute Details
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2312 2313 2314 |
# File 'lib/vmware/soap/vim25.rb', line 2312 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2311 2312 2313 |
# File 'lib/vmware/soap/vim25.rb', line 2311 def dynamicType @dynamicType end |
permalink #level ⇒ Object
Returns the value of attribute level.
2314 2315 2316 |
# File 'lib/vmware/soap/vim25.rb', line 2314 def level @level end |
permalink #shares ⇒ Object
Returns the value of attribute shares.
2313 2314 2315 |
# File 'lib/vmware/soap/vim25.rb', line 2313 def shares @shares end |