Class: GuestScreenInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- GuestScreenInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25GuestScreenInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
width - SOAP::SOAPInt
height - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#height ⇒ Object
Returns the value of attribute height.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], width = nil, height = nil) ⇒ GuestScreenInfo
constructor
A new instance of GuestScreenInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], width = nil, height = nil) ⇒ GuestScreenInfo
Returns a new instance of GuestScreenInfo.
23590 23591 23592 23593 23594 23595 |
# File 'lib/vmware/soap/vim25.rb', line 23590 def initialize(dynamicType = nil, dynamicProperty = [], width = nil, height = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @width = width @height = height end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
23586 23587 23588 |
# File 'lib/vmware/soap/vim25.rb', line 23586 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
23585 23586 23587 |
# File 'lib/vmware/soap/vim25.rb', line 23585 def dynamicType @dynamicType end |
#height ⇒ Object
Returns the value of attribute height.
23588 23589 23590 |
# File 'lib/vmware/soap/vim25.rb', line 23588 def height @height end |
#width ⇒ Object
Returns the value of attribute width.
23587 23588 23589 |
# File 'lib/vmware/soap/vim25.rb', line 23587 def width @width end |