Class: SetScreenResolutionRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25SetScreenResolutionRequestType

m__this - ManagedObjectReference
width - SOAP::SOAPInt
height - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#heightObject

Returns the value of attribute height.



37221
37222
37223
# File 'lib/vmware/soap/vim25.rb', line 37221

def height
  @height
end

#widthObject

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__thisObject



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