Class: CheckCustomizationSpecRequestType

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

Overview

urn:vim25CheckCustomizationSpecRequestType

m__this - ManagedObjectReference
spec - CustomizationSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, spec = nil) ⇒ CheckCustomizationSpecRequestType

Returns a new instance of CheckCustomizationSpecRequestType.

[View source]

36995
36996
36997
36998
# File 'lib/vmware/soap/vim25.rb', line 36995

def initialize(v__this = nil, spec = nil)
  @v__this = v__this
  @spec = spec
end

Instance Attribute Details

#specObject

Returns the value of attribute spec.


36985
36986
36987
# File 'lib/vmware/soap/vim25.rb', line 36985

def spec
  @spec
end

Instance Method Details

#m__thisObject

[View source]

36987
36988
36989
# File 'lib/vmware/soap/vim25.rb', line 36987

def m__this
  @v__this
end

#m__this=(value) ⇒ Object

[View source]

36991
36992
36993
# File 'lib/vmware/soap/vim25.rb', line 36991

def m__this=(value)
  @v__this = value
end