Class: CreateListViewRequestType

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

Overview

urn:vim25CreateListViewRequestType

m__this - ManagedObjectReference
obj - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, obj = []) ⇒ CreateListViewRequestType

Returns a new instance of CreateListViewRequestType.



40285
40286
40287
40288
# File 'lib/vmware/soap/vim25.rb', line 40285

def initialize(v__this = nil, obj = [])
  @v__this = v__this
  @obj = obj
end

Instance Attribute Details

#objObject

Returns the value of attribute obj.



40275
40276
40277
# File 'lib/vmware/soap/vim25.rb', line 40275

def obj
  @obj
end

Instance Method Details

#m__thisObject



40277
40278
40279
# File 'lib/vmware/soap/vim25.rb', line 40277

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



40281
40282
40283
# File 'lib/vmware/soap/vim25.rb', line 40281

def m__this=(value)
  @v__this = value
end