Class: SetScreenResolutionRequestType
- Inherits:
-
Object
- Object
- SetScreenResolutionRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SetScreenResolutionRequestType
m__this - ManagedObjectReference
width - SOAP::SOAPInt
height - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Method Summary collapse
-
#initialize(v__this = nil, width = nil, height = nil) ⇒ SetScreenResolutionRequestType
constructor
A new instance of SetScreenResolutionRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, width = nil, height = nil) ⇒ SetScreenResolutionRequestType
Returns a new instance of SetScreenResolutionRequestType.
37231 37232 37233 37234 37235 |
# File 'lib/vmware/soap/vim25.rb', line 37231 def initialize(v__this = nil, width = nil, height = nil) @v__this = v__this @width = width @height = height end |
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height.
37221 37222 37223 |
# File 'lib/vmware/soap/vim25.rb', line 37221 def height @height end |
#width ⇒ Object
Returns the value of attribute width.
37220 37221 37222 |
# File 'lib/vmware/soap/vim25.rb', line 37220 def width @width end |
Instance Method Details
#m__this ⇒ Object
37223 37224 37225 |
# File 'lib/vmware/soap/vim25.rb', line 37223 def m__this @v__this end |
#m__this=(value) ⇒ Object
37227 37228 37229 |
# File 'lib/vmware/soap/vim25.rb', line 37227 def m__this=(value) @v__this = value end |